Shades of Blue Lagoon #036874
Tints of Blue Lagoon #036874
RGB
CMYK
RGB Variations
Color information
#036874 (or 0x036874) is known color: Blue Lagoon. HEX triplet: 03, 68 and 74. RGB value is (3,104,116). Sum of RGB (Red+Green+Blue) = 3+104+116=223 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 223); Green value is 104 (41.02% from 255 or 46.64% from 223); Blue value is 116 (45.70% from 255 or 52.02% from 223); Max value from RGB is 116 - color contains mainly: blue. Hex color #036874 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036874 is #FC978B. Grayscale: #4B4B4B. Windows color (decimal): -16553868 or 7628803. OLE color: 7628803.
HSL color Cylindrical-coordinate representation of color #036874: hue angle of 186.37º 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 #036874 is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 3 | 104 | 116 | - |
| CMYK | 0.97 | 0.10 | 0 | 0.55 |
| HSL | 186.37º | 0.95% | 0.23% | - |
| HSV(B) | 186.37º | 0.97% | 0.45% | - |
| XYZ | 8.14 | 11.18 | 18.25 | - |
| YUV | 75.17 | 151.04 | 76.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 104 | 116 | 0.97 | 0.10 | 0 | 0.55 | 186.37 | 0.95 | 0.23 |
| Hex | 3 | 68 | 74 | 61 | A | 0 | 37 | BA | 5F | 17 |
| Octal | 3 | 150 | 164 | 141 | 12 | 0 | 67 | 272 | 137 | 27 |
| Binary | 11 | 1101000 | 1110100 | 1100001 | 1010 | 0 | 110111 | 10111010 | 1011111 | 10111 |
Color Harmonies of #036874
Complementary color
Monochromatic Colors of #036874
Black with #036874
Text Example
Text Example
White with #036874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036874; }
p { color: rgb(3,104,116); }
H1.HeaderClassName
{
color: #036874;
}
.AnyTagClassName
{
color: #036874;
}
</style>
background-color css
<style>
a { background-color: #036874; }
a { background-color: rgb(3,104,116); }
div.DivClassName
{
background-color: #036874;
}
.BgClassName
{
background-color: #036874;
}
</style>
border-color css
<style>
span { border-color: #036874; }
span { border-color: rgb(3,104,116); }
td.TdClassName
{
border-color: #036874;
}
.TagClassName
{
border-color: #036874;
}
</style>