Shades of Blue Lagoon #036D70
Tints of Blue Lagoon #036D70
RGB
CMYK
RGB Variations
Color information
#036D70 (or 0x036D70) is known color: Blue Lagoon. HEX triplet: 03, 6D and 70. RGB value is (3,109,112). Sum of RGB (Red+Green+Blue) = 3+109+112=224 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.34% from 224); Green value is 109 (42.97% from 255 or 48.66% from 224); Blue value is 112 (44.14% from 255 or 50% from 224); Max value from RGB is 112 - color contains mainly: blue. Hex color #036D70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036D70 is #FC928F. Grayscale: #4D4D4D. Windows color (decimal): -16552592 or 7367939. OLE color: 7367939.
HSL color Cylindrical-coordinate representation of color #036D70: hue angle of 181.65º 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 #036D70 is Cyan = 0.97, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 3 | 109 | 112 | - |
| CMYK | 0.97 | 0.03 | 0 | 0.56 |
| HSL | 181.65º | 0.95% | 0.23% | - |
| HSV(B) | 181.65º | 0.97% | 0.44% | - |
| XYZ | 8.43 | 12.13 | 17.23 | - |
| YUV | 77.65 | 147.38 | 74.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 109 | 112 | 0.97 | 0.03 | 0 | 0.56 | 181.65 | 0.95 | 0.23 |
| Hex | 3 | 6D | 70 | 61 | 3 | 0 | 38 | B6 | 5F | 17 |
| Octal | 3 | 155 | 160 | 141 | 3 | 0 | 70 | 266 | 137 | 27 |
| Binary | 11 | 1101101 | 1110000 | 1100001 | 11 | 0 | 111000 | 10110110 | 1011111 | 10111 |
Color Harmonies of #036D70
Complementary color
Monochromatic Colors of #036D70
Black with #036D70
Text Example
Text Example
White with #036D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036D70; }
p { color: rgb(3,109,112); }
H1.HeaderClassName
{
color: #036D70;
}
.AnyTagClassName
{
color: #036D70;
}
</style>
background-color css
<style>
a { background-color: #036D70; }
a { background-color: rgb(3,109,112); }
div.DivClassName
{
background-color: #036D70;
}
.BgClassName
{
background-color: #036D70;
}
</style>
border-color css
<style>
span { border-color: #036D70; }
span { border-color: rgb(3,109,112); }
td.TdClassName
{
border-color: #036D70;
}
.TagClassName
{
border-color: #036D70;
}
</style>