Html Css Color HEX #03646D Blue Lagoon

📋 copy color: '#03646D'

red 3 ◦ green 100 ◦ blue 109

#03646D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #03646D

Tints of Blue Lagoon #03646D

RGB

 RED value IS 3 (1.56% from 255) = 1.42%

 GREEN value IS 100 (39.45% from 255) = 47.17%

 BLUE value IS 109 (42.97% from 255) = 51.42%

R = 1.42%
G = 47.17%
B = 51.42%

CMYK

 C value IS 0.97

 M value IS 0.08

 Y value IS 0

 K value IS 0.57

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#03646D (or 0x03646D) is known color: Blue Lagoon. HEX triplet: 03, 64 and 6D. RGB value is (3,100,109). Sum of RGB (Red+Green+Blue) = 3+100+109=212 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 212); Green value is 100 (39.45% from 255 or 47.17% from 212); Blue value is 109 (42.97% from 255 or 51.42% from 212); Max value from RGB is 109 - color contains mainly: blue. Hex color #03646D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03646D is #FC9B92. Grayscale: #474747. Windows color (decimal): -16554899 or 7169027. OLE color: 7169027.

HSL color Cylindrical-coordinate representation of color #03646D: hue angle of 185.09º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03646D is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 3 100 109 -
CMYK 0.97 0.08 0 0.57
HSL 185.09º 0.95% 0.22% -
HSV(B) 185.09º 0.97% 0.43% -
XYZ 7.36 10.24 16.06 -
YUV 72.02 148.86 78.77 -
System Red Green Blue C M Y K H S L
Decimal 3 100 109 0.97 0.08 0 0.57 185.09 0.95 0.22
Hex 3 64 6D 61 8 0 39 B9 5F 16
Octal 3 144 155 141 10 0 71 271 137 26
Binary 11 1100100 1101101 1100001 1000 0 111001 10111001 1011111 10110

Color Harmonies of #03646D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03646D

Black with #03646D

Text Example


Text Example

White with #03646D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03646D; }

 p { color: rgb(3,100,109); }

 H1.HeaderClassName
 {
   color: #03646D;
 }
 .AnyTagClassName
 {
   color: #03646D;
 }
</style>

background-color css

<style>
 a { background-color: #03646D; }

 a { background-color: rgb(3,100,109); }

 div.DivClassName
 {
   background-color: #03646D;
 }
 .BgClassName
 {
   background-color: #03646D;
 }
</style>

border-color css

<style>
 span { border-color: #03646D; }

 span { border-color: rgb(3,100,109); }

 td.TdClassName
 {
   border-color: #03646D;
 }
 .TagClassName
 {
   border-color: #03646D;
 }
</style>