#036D72

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

Shades of Blue Lagoon #036D72

Tints of Blue Lagoon #036D72

Color information

#036D72 (or 0x036D72) is unknown color: approx Blue Lagoon. HEX triplet: 03, 6D and 72. RGB value is (3,109,114). Sum of RGB (Red+Green+Blue) = 3+109+114=226 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 226); Green value is 109 (42.97% from 255 or 48.23% from 226); Blue value is 114 (44.92% from 255 or 50.44% from 226); Max value from RGB is 114 - color contains mainly: blue. Hex color #036D72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036D72 is #FC928D. Grayscale: #4D4D4D. Windows color (decimal): -16552590 or 7499011. OLE color: 7499011.

HSL color Cylindrical-coordinate representation of color #036D72: hue angle of 182.7º 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 #036D72 is Cyan = 0.97, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3109114-
CMYK0.970.0400.55
HSL182.7º94.87%22.94%-
HSV(B)182.7º97.37%44.71%-
XYZ8.5412.1717.82-
YUV77.88148.3874.59-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.33%
GREEN value IS 109 (42.97% from 255) = 48.23%
BLUE value IS 114 (44.92% from 255) = 50.44%
R=1.33%
G=48.23%
B=50.44%

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
Decimal31091140.970.0400.55182.794.8722.94
Hex36D72614037b75f17
Octal3155162141406726713727
Binary11110110111100101100001100011011110110111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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