Color Hex Logo

#3072cb Color Hex

#3072CB
(48,114,203)
0 Favorites   0 Comments

Color spaces of #3072cb

RGB 48114203
HSL0.600.620.49
HSV214°76°80°
CMYK 0.760.440.00   0.20
XYZ18.015716.974858.8268
Yxy16.97480.19200.1809
Hunter Lab41.20055.9517-55.8150
CIE-Lab48.228310.3693-52.1543

#3072cb color RGB value is (48,114,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01110010 11001011
Octal 60 162 313
Decimal 48 114 203
Hex 30 72 CB

RGB Percentages of Color #3072cb

%13.15
%31.23
%55.62

CMYK Percentages of Color #3072cb

%76
%44
%0
%20

Triadic Colors of #3072cb

#3072cb #cb3072 #72cb30

Analogous Colors of #3072cb

#3072cb #3b30cb #30c0cb

Monochromatic Colors of #3072cb

#3072cb

Complementary Color

#3072cb #cb8930

#3072cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3072cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3072cb Color CSS Codes

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

#3072cb Text Font Color

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

This sample text font color is #3072cb
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.


#3072cb Background Color

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

This div background color is #3072cb


#3072cb Border Color

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

This div border color is #3072cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,114,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 #3072cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3072cb

#3072cb Color Palettes


Comments

No comments written yet.

Please login to write comment.