Color Hex Logo

#03368a Color Hex

#03368A
(3,54,138)
0 Favorites   0 Comments

Color spaces of #03368a

RGB 354138
HSL0.600.960.28
HSV217°98°54°
CMYK 0.980.610.00   0.46
XYZ5.94424.492724.5986
Yxy4.49270.16970.1282
Hunter Lab21.196012.9655-53.9707
CIE-Lab25.237620.7186-50.7098

#03368a color RGB value is (3,54,138).

#03368a hex color red value is 3, green value is 54 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #03368a hue: 0.60 , saturation: 0.96 and the lightness value of 03368a is 0.28.

The process color (four color CMYK) of #03368a color hex is 0.98, 0.61, 0.00, 0.46. Web safe color of #03368a is #003399. Color #03368a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00110110 10001010
Octal 3 66 212
Decimal 3 54 138
Hex 3 36 8A

RGB Percentages of Color #03368a

%1.54
%27.69
%70.77

CMYK Percentages of Color #03368a

%98
%61
%0
%46

Triadic Colors of #03368a

#03368a #8a0336 #368a03

Analogous Colors of #03368a

#03368a #13038a #037a8a

Monochromatic Colors of #03368a

#03368a

Complementary Color

#03368a #8a5703

#03368a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03368a Color Preview on White Background

Lorem ipsum dolor sit amet.

#03368a Color CSS Codes

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

#03368a Text Font Color

<p style="color:#03368a">Text here</p>

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


#03368a Background Color

<div style="background-color:#03368a">
Div content here</div>

This div background color is #03368a


#03368a Border Color

<div style="border:3px solid #03368a">
Div here</div>

This div border color is #03368a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,54,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #03368a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #03368a;
  -webkit-box-shadow: 1px 1px 3px 2px #03368a;
  box-shadow:         1px 1px 3px 2px #03368a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03368a


Comments

No comments written yet.

Please login to write comment.