#036C72

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

Shades of Blue Lagoon #036C72

Tints of Blue Lagoon #036C72

Color information

#036C72 (or 0x036C72) is unknown color: approx Blue Lagoon. HEX triplet: 03, 6C and 72. RGB value is (3,108,114). Sum of RGB (Red+Green+Blue) = 3+108+114=225 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 225); Green value is 108 (42.58% from 255 or 48% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #036C72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036C72 is #FC938D. Grayscale: #4D4D4D. Windows color (decimal): -16552846 or 7498755. OLE color: 7498755.

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

Color convert

RGB3108114-
CMYK0.970.0500.55
HSL183.24º94.87%22.94%-
HSV(B)183.24º97.37%44.71%-
XYZ8.4411.9617.78-
YUV77.29148.7175.01-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.33%
GREEN value IS 108 (42.58% from 255) = 48%
BLUE value IS 114 (44.92% from 255) = 50.67%
R=1.33%
G=48%
B=50.67%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal31081140.970.0500.55183.2494.8722.94
Hex36C72615037b75f17
Octal3154162141506726713727
Binary11110110011100101100001101011011110110111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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