#036E76

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

Shades of Blue Lagoon #036E76

Tints of Blue Lagoon #036E76

Color information

#036E76 (or 0x036E76) is unknown color: approx Blue Lagoon. HEX triplet: 03, 6E and 76. RGB value is (3,110,118). Sum of RGB (Red+Green+Blue) = 3+110+118=231 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 231); Green value is 110 (43.36% from 255 or 47.62% from 231); Blue value is 118 (46.48% from 255 or 51.08% from 231); Max value from RGB is 118 - color contains mainly: blue. Hex color #036E76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036E76 is #FC9189. Grayscale: #4E4E4E. Windows color (decimal): -16552330 or 7761411. OLE color: 7761411.

HSL color Cylindrical-coordinate representation of color #036E76: hue angle of 184.17º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036E76 is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3110118-
CMYK0.970.0700.54
HSL184.17º95.04%23.73%-
HSV(B)184.17º97.46%46.27%-
XYZ8.8812.4819.08-
YUV78.92150.0573.85-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.30%
GREEN value IS 110 (43.36% from 255) = 47.62%
BLUE value IS 118 (46.48% from 255) = 51.08%
R=1.30%
G=47.62%
B=51.08%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal31101180.970.0700.54184.1795.0423.73
Hex36E76617036b85f18
Octal3156166141706627013730
Binary11110111011101101100001111011011010111000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036E76; }

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

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

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

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

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

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

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

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