Shades of Blue Lagoon #036873
Tints of Blue Lagoon #036873
RGB
CMYK
RGB Variations
Color information
#036873 (or 0x036873) is known color: Blue Lagoon. HEX triplet: 03, 68 and 73. RGB value is (3,104,115). Sum of RGB (Red+Green+Blue) = 3+104+115=222 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 222); Green value is 104 (41.02% from 255 or 46.85% from 222); Blue value is 115 (45.31% from 255 or 51.80% from 222); Max value from RGB is 115 - color contains mainly: blue. Hex color #036873 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036873 is #FC978C. Grayscale: #4A4A4A. Windows color (decimal): -16553869 or 7563267. OLE color: 7563267.
HSL color Cylindrical-coordinate representation of color #036873: hue angle of 185.89º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036873 is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 3 | 104 | 115 | - |
| CMYK | 0.97 | 0.10 | 0 | 0.55 |
| HSL | 185.89º | 0.95% | 0.23% | - |
| HSV(B) | 185.89º | 0.97% | 0.45% | - |
| XYZ | 8.08 | 11.16 | 17.95 | - |
| YUV | 75.06 | 150.54 | 76.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 104 | 115 | 0.97 | 0.10 | 0 | 0.55 | 185.89 | 0.95 | 0.23 |
| Hex | 3 | 68 | 73 | 61 | A | 0 | 37 | BA | 5F | 17 |
| Octal | 3 | 150 | 163 | 141 | 12 | 0 | 67 | 272 | 137 | 27 |
| Binary | 11 | 1101000 | 1110011 | 1100001 | 1010 | 0 | 110111 | 10111010 | 1011111 | 10111 |
Color Harmonies of #036873
Complementary color
Monochromatic Colors of #036873
Black with #036873
Text Example
Text Example
White with #036873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036873; }
p { color: rgb(3,104,115); }
H1.HeaderClassName
{
color: #036873;
}
.AnyTagClassName
{
color: #036873;
}
</style>
background-color css
<style>
a { background-color: #036873; }
a { background-color: rgb(3,104,115); }
div.DivClassName
{
background-color: #036873;
}
.BgClassName
{
background-color: #036873;
}
</style>
border-color css
<style>
span { border-color: #036873; }
span { border-color: rgb(3,104,115); }
td.TdClassName
{
border-color: #036873;
}
.TagClassName
{
border-color: #036873;
}
</style>