Shades of Blue Lagoon #036B77
Tints of Blue Lagoon #036B77
RGB
CMYK
RGB Variations
Color information
#036B77 (or 0x036B77) is known color: Blue Lagoon. HEX triplet: 03, 6B and 77. RGB value is (3,107,119). Sum of RGB (Red+Green+Blue) = 3+107+119=229 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.31% from 229); Green value is 107 (42.19% from 255 or 46.72% from 229); Blue value is 119 (46.88% from 255 or 51.97% from 229); Max value from RGB is 119 - color contains mainly: blue. Hex color #036B77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036B77 is #FC9488. Grayscale: #4D4D4D. Windows color (decimal): -16553097 or 7826179. OLE color: 7826179.
HSL color Cylindrical-coordinate representation of color #036B77: hue angle of 186.21º 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 #036B77 is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 3 | 107 | 119 | - |
| CMYK | 0.97 | 0.10 | 0 | 0.53 |
| HSL | 186.21º | 0.95% | 0.24% | - |
| HSV(B) | 186.21º | 0.97% | 0.47% | - |
| XYZ | 8.63 | 11.87 | 19.29 | - |
| YUV | 77.27 | 151.54 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 107 | 119 | 0.97 | 0.10 | 0 | 0.53 | 186.21 | 0.95 | 0.24 |
| Hex | 3 | 6B | 77 | 61 | A | 0 | 35 | BA | 5F | 18 |
| Octal | 3 | 153 | 167 | 141 | 12 | 0 | 65 | 272 | 137 | 30 |
| Binary | 11 | 1101011 | 1110111 | 1100001 | 1010 | 0 | 110101 | 10111010 | 1011111 | 11000 |
Color Harmonies of #036B77
Complementary color
Monochromatic Colors of #036B77
Black with #036B77
Text Example
Text Example
White with #036B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036B77; }
p { color: rgb(3,107,119); }
H1.HeaderClassName
{
color: #036B77;
}
.AnyTagClassName
{
color: #036B77;
}
</style>
background-color css
<style>
a { background-color: #036B77; }
a { background-color: rgb(3,107,119); }
div.DivClassName
{
background-color: #036B77;
}
.BgClassName
{
background-color: #036B77;
}
</style>
border-color css
<style>
span { border-color: #036B77; }
span { border-color: rgb(3,107,119); }
td.TdClassName
{
border-color: #036B77;
}
.TagClassName
{
border-color: #036B77;
}
</style>