Shades of Blue Lagoon #036870
Tints of Blue Lagoon #036870
RGB
CMYK
RGB Variations
Color information
#036870 (or 0x036870) is known color: Blue Lagoon. HEX triplet: 03, 68 and 70. RGB value is (3,104,112). Sum of RGB (Red+Green+Blue) = 3+104+112=219 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.37% from 219); Green value is 104 (41.02% from 255 or 47.49% from 219); Blue value is 112 (44.14% from 255 or 51.14% from 219); Max value from RGB is 112 - color contains mainly: blue. Hex color #036870 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036870 is #FC978F. Grayscale: #4A4A4A. Windows color (decimal): -16553872 or 7366659. OLE color: 7366659.
HSL color Cylindrical-coordinate representation of color #036870: hue angle of 184.4º 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 #036870 is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 3 | 104 | 112 | - |
| CMYK | 0.97 | 0.07 | 0 | 0.56 |
| HSL | 184.4º | 0.95% | 0.23% | - |
| HSV(B) | 184.4º | 0.97% | 0.44% | - |
| XYZ | 7.91 | 11.09 | 17.05 | - |
| YUV | 74.71 | 149.04 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 104 | 112 | 0.97 | 0.07 | 0 | 0.56 | 184.4 | 0.95 | 0.23 |
| Hex | 3 | 68 | 70 | 61 | 7 | 0 | 38 | B8 | 5F | 17 |
| Octal | 3 | 150 | 160 | 141 | 7 | 0 | 70 | 270 | 137 | 27 |
| Binary | 11 | 1101000 | 1110000 | 1100001 | 111 | 0 | 111000 | 10111000 | 1011111 | 10111 |
Color Harmonies of #036870
Complementary color
Monochromatic Colors of #036870
Black with #036870
Text Example
Text Example
White with #036870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036870; }
p { color: rgb(3,104,112); }
H1.HeaderClassName
{
color: #036870;
}
.AnyTagClassName
{
color: #036870;
}
</style>
background-color css
<style>
a { background-color: #036870; }
a { background-color: rgb(3,104,112); }
div.DivClassName
{
background-color: #036870;
}
.BgClassName
{
background-color: #036870;
}
</style>
border-color css
<style>
span { border-color: #036870; }
span { border-color: rgb(3,104,112); }
td.TdClassName
{
border-color: #036870;
}
.TagClassName
{
border-color: #036870;
}
</style>