Color Hex Logo

#03669d Color Hex

#03669D
(3,102,157)
0 Favorites   0 Comments

Color spaces of #03669d

RGB 3102157
HSL0.560.960.31
HSV201°98°62°
CMYK 0.980.350.00   0.38
XYZ10.874711.956433.6329
Yxy11.95640.19260.2118
Hunter Lab34.5780-4.3738-33.4648
CIE-Lab41.1467-3.5887-36.6674

#03669d color RGB value is (3,102,157).

#03669d hex color red value is 3, green value is 102 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #03669d hue: 0.56 , saturation: 0.96 and the lightness value of 03669d is 0.31.

The process color (four color CMYK) of #03669d color hex is 0.98, 0.35, 0.00, 0.38. Web safe color of #03669d is #006699. Color #03669d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 01100110 10011101
Octal 3 146 235
Decimal 3 102 157
Hex 3 66 9D

RGB Percentages of Color #03669d

%1.15
%38.93
%59.92

CMYK Percentages of Color #03669d

%98
%35
%0
%38

Triadic Colors of #03669d

#03669d #9d0366 #669d03

Analogous Colors of #03669d

#03669d #03199d #039d87

Monochromatic Colors of #03669d

#03669d

Complementary Color

#03669d #9d3a03

#03669d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03669d Color Preview on White Background

Lorem ipsum dolor sit amet.

#03669d Color CSS Codes

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

#03669d Text Font Color

<p style="color:#03669d">Text here</p>

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


#03669d Background Color

<div style="background-color:#03669d">
Div content here</div>

This div background color is #03669d


#03669d Border Color

<div style="border:3px solid #03669d">
Div here</div>

This div border color is #03669d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,102,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #03669d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #03669d;
  -webkit-box-shadow: 1px 1px 3px 2px #03669d;
  box-shadow:         1px 1px 3px 2px #03669d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03669d


Comments

No comments written yet.

Please login to write comment.