#03606E

Color #03606E Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #03606E

Tints of Blue Lagoon #03606E

Color information

#03606E (or 0x03606E) is unknown color: approx Blue Lagoon. HEX triplet: 03, 60 and 6E. RGB value is (3,96,110). Sum of RGB (Red+Green+Blue) = 3+96+110=209 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 209); Green value is 96 (37.89% from 255 or 45.93% from 209); Blue value is 110 (43.36% from 255 or 52.63% from 209); Max value from RGB is 110 - color contains mainly: blue. Hex color #03606E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03606E is #FC9F91. Grayscale: #454545. Windows color (decimal): -16555922 or 7233539. OLE color: 7233539.

HSL color Cylindrical-coordinate representation of color #03606E: hue angle of 187.85º 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 #03606E is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB396110-
CMYK0.970.1300.57
HSL187.85º94.69%22.16%-
HSV(B)187.85º97.27%43.14%-
XYZ7.039.5116.22-
YUV69.79150.6980.36-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.44%
GREEN value IS 96 (37.89% from 255) = 45.93%
BLUE value IS 110 (43.36% from 255) = 52.63%
R=1.44%
G=45.93%
B=52.63%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3961100.970.1300.57187.8594.6922.16
Hex3606E61D039bc5f16
Octal31401561411507127413726
Binary111100000110111011000011101011100110111100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03606E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03606E; }

 p { color: rgb(3,96,110); }

 H1.HeaderClassName
 {
   color: #03606E;
 }
 .AnyTagClassName
 {
   color: #03606E;
 }
</style>
background-color css

<style>
 a { background-color: #03606E; }

 a { background-color: rgb(3,96,110); }

 div.DivClassName
 {
   background-color: #03606E;
 }
 .BgClassName
 {
   background-color: #03606E;
 }
</style>
border-color css

<style>
 span { border-color: #03606E; }

 span { border-color: rgb(3,96,110); }

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