Color Hex Logo

#3058cb Color Hex

#3058CB
(48,88,203)
0 Favorites   0 Comments

Color spaces of #3058cb

RGB 4888203
HSL0.620.620.49
HSV225°76°80°
CMYK 0.760.570.00   0.20
XYZ15.488111.919657.9843
Yxy11.91960.18140.1396
Hunter Lab34.524819.6582-75.4101
CIE-Lab41.088127.0318-63.6837

#3058cb color RGB value is (48,88,203).

#3058cb hex color red value is 48, green value is 88 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #3058cb hue: 0.62 , saturation: 0.62 and the lightness value of 3058cb is 0.49.

The process color (four color CMYK) of #3058cb color hex is 0.76, 0.57, 0.00, 0.20. Web safe color of #3058cb is #3366cc. Color #3058cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01011000 11001011
Octal 60 130 313
Decimal 48 88 203
Hex 30 58 CB

RGB Percentages of Color #3058cb

%14.16
%25.96
%59.88

CMYK Percentages of Color #3058cb

%76
%57
%0
%20

Triadic Colors of #3058cb

#3058cb #cb3058 #58cb30

Analogous Colors of #3058cb

#3058cb #5630cb #30a6cb

Monochromatic Colors of #3058cb

#3058cb

Complementary Color

#3058cb #cba330

#3058cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3058cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3058cb Color CSS Codes

.mybgcolor {background-color:#3058cb; } 
.myforecolor {color:#3058cb; }
.mybordercolor {border:3px solid #3058cb; }

#3058cb Text Font Color

<p style="color:#3058cb">Text here</p>

This sample text font color is #3058cb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#3058cb Background Color

<div style="background-color:#3058cb">
Div content here</div>

This div background color is #3058cb


#3058cb Border Color

<div style="border:3px solid #3058cb">
Div here</div>

This div border color is #3058cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,88,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3058cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3058cb;
  -webkit-box-shadow: 1px 1px 3px 2px #3058cb;
  box-shadow:         1px 1px 3px 2px #3058cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,88,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #3058cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #3058cb;
  -webkit-box-shadow: 1px 1px 3px 2px #3058cb;
  box-shadow:         1px 1px 3px 2px #3058cb;">
Div content here</div>

This div box has shadow with color #3058cb


Comments

No comments written yet.

Please login to write comment.