Color Hex Logo

#03024f Color Hex

#03024F
(3,2,79)
0 Favorites   0 Comments

Color spaces of #03024f

RGB 3279
HSL0.670.950.16
HSV241°97°31°
CMYK 0.960.970.00   0.69
XYZ1.47050.62737.4407
Yxy0.62730.15420.0658
Hunter Lab7.920219.2806-50.1561
CIE-Lab5.666431.1993-44.4118

#03024f color RGB value is (3,2,79).

#03024f hex color red value is 3, green value is 2 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #03024f hue: 0.67 , saturation: 0.95 and the lightness value of 03024f is 0.16.

The process color (four color CMYK) of #03024f color hex is 0.96, 0.97, 0.00, 0.69. Web safe color of #03024f is #000066. Color #03024f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00000010 01001111
Octal 3 2 117
Decimal 3 2 79
Hex 3 2 4F

RGB Percentages of Color #03024f

%3.57
%2.38
%94.05

CMYK Percentages of Color #03024f

%96
%97
%0
%69

Triadic Colors of #03024f

#03024f #4f0302 #024f03

Analogous Colors of #03024f

#03024f #2a024f #02274f

Monochromatic Colors of #03024f

#03024f

Complementary Color

#03024f #4e4f02

#03024f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03024f Color Preview on White Background

Lorem ipsum dolor sit amet.

#03024f Color CSS Codes

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

#03024f Text Font Color

<p style="color:#03024f">Text here</p>

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


#03024f Background Color

<div style="background-color:#03024f">
Div content here</div>

This div background color is #03024f


#03024f Border Color

<div style="border:3px solid #03024f">
Div here</div>

This div border color is #03024f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,2,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #03024f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #03024f;
  -webkit-box-shadow: 1px 1px 3px 2px #03024f;
  box-shadow:         1px 1px 3px 2px #03024f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03024f


Comments

No comments written yet.

Please login to write comment.