#03606D

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

Shades of Blue Lagoon #03606D

Tints of Blue Lagoon #03606D

Color information

#03606D (or 0x03606D) is unknown color: approx Blue Lagoon. HEX triplet: 03, 60 and 6D. RGB value is (3,96,109). Sum of RGB (Red+Green+Blue) = 3+96+109=208 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 208); Green value is 96 (37.89% from 255 or 46.15% from 208); Blue value is 109 (42.97% from 255 or 52.40% from 208); Max value from RGB is 109 - color contains mainly: blue. Hex color #03606D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03606D is #FC9F92. Grayscale: #454545. Windows color (decimal): -16555923 or 7168003. OLE color: 7168003.

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

Color convert

RGB396109-
CMYK0.970.1200.57
HSL187.36º94.64%21.96%-
HSV(B)187.36º97.25%42.75%-
XYZ6.989.4915.93-
YUV69.68150.1980.44-

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) = 46.15%
BLUE value IS 109 (42.97% from 255) = 52.40%
R=1.44%
G=46.15%
B=52.40%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3961090.970.1200.57187.3694.6421.96
Hex3606D61C039bb5f16
Octal31401551411407127313726
Binary111100000110110111000011100011100110111011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03606D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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