#036579

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

Shades of Blue Lagoon #036579

Tints of Blue Lagoon #036579

Color information

#036579 (or 0x036579) is unknown color: approx Blue Lagoon. HEX triplet: 03, 65 and 79. RGB value is (3,101,121). Sum of RGB (Red+Green+Blue) = 3+101+121=225 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 225); Green value is 101 (39.84% from 255 or 44.89% from 225); Blue value is 121 (47.66% from 255 or 53.78% from 225); Max value from RGB is 121 - color contains mainly: blue. Hex color #036579 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036579 is #FC9A86. Grayscale: #494949. Windows color (decimal): -16554631 or 7955715. OLE color: 7955715.

HSL color Cylindrical-coordinate representation of color #036579: hue angle of 190.17º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036579 is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3101121-
CMYK0.980.1700.53
HSL190.17º95.16%24.31%-
HSV(B)190.17º97.52%47.45%-
XYZ8.1410.7119.73-
YUV73.98154.5377.37-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.33%
GREEN value IS 101 (39.84% from 255) = 44.89%
BLUE value IS 121 (47.66% from 255) = 53.78%
R=1.33%
G=44.89%
B=53.78%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal31011210.980.1700.53190.1795.1624.31
Hex365796211035be5f18
Octal31451711422106527613730
Binary1111001011111001110001010001011010110111110101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036579; }

 p { color: rgb(3,101,121); }

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

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

 a { background-color: rgb(3,101,121); }

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

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

 span { border-color: rgb(3,101,121); }

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