#036E72

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

Shades of Blue Lagoon #036E72

Tints of Blue Lagoon #036E72

Color information

#036E72 (or 0x036E72) is unknown color: approx Blue Lagoon. HEX triplet: 03, 6E and 72. RGB value is (3,110,114). Sum of RGB (Red+Green+Blue) = 3+110+114=227 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 227); Green value is 110 (43.36% from 255 or 48.46% from 227); Blue value is 114 (44.92% from 255 or 50.22% from 227); Max value from RGB is 114 - color contains mainly: blue. Hex color #036E72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036E72 is #FC918D. Grayscale: #4E4E4E. Windows color (decimal): -16552334 or 7499267. OLE color: 7499267.

HSL color Cylindrical-coordinate representation of color #036E72: hue angle of 182.16º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036E72 is Cyan = 0.97, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3110114-
CMYK0.970.0400.55
HSL182.16º94.87%22.94%-
HSV(B)182.16º97.37%44.71%-
XYZ8.6512.3917.85-
YUV78.46148.0574.17-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.32%
GREEN value IS 110 (43.36% from 255) = 48.46%
BLUE value IS 114 (44.92% from 255) = 50.22%
R=1.32%
G=48.46%
B=50.22%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal31101140.970.0400.55182.1694.8722.94
Hex36E72614037b65f17
Octal3156162141406726613727
Binary11110111011100101100001100011011110110110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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