Shades of Blue Lagoon #036D77
Tints of Blue Lagoon #036D77
RGB
CMYK
RGB Variations
Color information
#036D77 (or 0x036D77) is known color: Blue Lagoon. HEX triplet: 03, 6D and 77. RGB value is (3,109,119). Sum of RGB (Red+Green+Blue) = 3+109+119=231 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 231); Green value is 109 (42.97% from 255 or 47.19% from 231); Blue value is 119 (46.88% from 255 or 51.52% from 231); Max value from RGB is 119 - color contains mainly: blue. Hex color #036D77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036D77 is #FC9288. Grayscale: #4E4E4E. Windows color (decimal): -16552585 or 7826691. OLE color: 7826691.
HSL color Cylindrical-coordinate representation of color #036D77: hue angle of 185.17º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036D77 is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 3 | 109 | 119 | - |
| CMYK | 0.97 | 0.08 | 0 | 0.53 |
| HSL | 185.17º | 0.95% | 0.24% | - |
| HSV(B) | 185.17º | 0.97% | 0.47% | - |
| XYZ | 8.84 | 12.29 | 19.36 | - |
| YUV | 78.45 | 150.88 | 74.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 109 | 119 | 0.97 | 0.08 | 0 | 0.53 | 185.17 | 0.95 | 0.24 |
| Hex | 3 | 6D | 77 | 61 | 8 | 0 | 35 | B9 | 5F | 18 |
| Octal | 3 | 155 | 167 | 141 | 10 | 0 | 65 | 271 | 137 | 30 |
| Binary | 11 | 1101101 | 1110111 | 1100001 | 1000 | 0 | 110101 | 10111001 | 1011111 | 11000 |
Color Harmonies of #036D77
Complementary color
Monochromatic Colors of #036D77
Black with #036D77
Text Example
Text Example
White with #036D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036D77; }
p { color: rgb(3,109,119); }
H1.HeaderClassName
{
color: #036D77;
}
.AnyTagClassName
{
color: #036D77;
}
</style>
background-color css
<style>
a { background-color: #036D77; }
a { background-color: rgb(3,109,119); }
div.DivClassName
{
background-color: #036D77;
}
.BgClassName
{
background-color: #036D77;
}
</style>
border-color css
<style>
span { border-color: #036D77; }
span { border-color: rgb(3,109,119); }
td.TdClassName
{
border-color: #036D77;
}
.TagClassName
{
border-color: #036D77;
}
</style>