Shades of Blue Lagoon #036E71
Tints of Blue Lagoon #036E71
RGB
CMYK
RGB Variations
Color information
#036E71 (or 0x036E71) is known color: Blue Lagoon. HEX triplet: 03, 6E and 71. RGB value is (3,110,113). Sum of RGB (Red+Green+Blue) = 3+110+113=226 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 226); Green value is 110 (43.36% from 255 or 48.67% from 226); Blue value is 113 (44.53% from 255 or 50% from 226); Max value from RGB is 113 - color contains mainly: blue. Hex color #036E71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036E71 is #FC918E. Grayscale: #4E4E4E. Windows color (decimal): -16552335 or 7433731. OLE color: 7433731.
HSL color Cylindrical-coordinate representation of color #036E71: hue angle of 181.64º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036E71 is Cyan = 0.97, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 3 | 110 | 113 | - |
| CMYK | 0.97 | 0.03 | 0 | 0.56 |
| HSL | 181.64º | 0.95% | 0.23% | - |
| HSV(B) | 181.64º | 0.97% | 0.44% | - |
| XYZ | 8.59 | 12.36 | 17.56 | - |
| YUV | 78.35 | 147.55 | 74.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 110 | 113 | 0.97 | 0.03 | 0 | 0.56 | 181.64 | 0.95 | 0.23 |
| Hex | 3 | 6E | 71 | 61 | 3 | 0 | 38 | B6 | 5F | 17 |
| Octal | 3 | 156 | 161 | 141 | 3 | 0 | 70 | 266 | 137 | 27 |
| Binary | 11 | 1101110 | 1110001 | 1100001 | 11 | 0 | 111000 | 10110110 | 1011111 | 10111 |
Color Harmonies of #036E71
Complementary color
Monochromatic Colors of #036E71
Black with #036E71
Text Example
Text Example
White with #036E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036E71; }
p { color: rgb(3,110,113); }
H1.HeaderClassName
{
color: #036E71;
}
.AnyTagClassName
{
color: #036E71;
}
</style>
background-color css
<style>
a { background-color: #036E71; }
a { background-color: rgb(3,110,113); }
div.DivClassName
{
background-color: #036E71;
}
.BgClassName
{
background-color: #036E71;
}
</style>
border-color css
<style>
span { border-color: #036E71; }
span { border-color: rgb(3,110,113); }
td.TdClassName
{
border-color: #036E71;
}
.TagClassName
{
border-color: #036E71;
}
</style>