Shades of Blue Lagoon #036878
Tints of Blue Lagoon #036878
RGB
CMYK
RGB Variations
Color information
#036878 (or 0x036878) is known color: Blue Lagoon. HEX triplet: 03, 68 and 78. RGB value is (3,104,120). Sum of RGB (Red+Green+Blue) = 3+104+120=227 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 227); Green value is 104 (41.02% from 255 or 45.81% from 227); Blue value is 120 (47.27% from 255 or 52.86% from 227); Max value from RGB is 120 - color contains mainly: blue. Hex color #036878 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036878 is #FC9787. Grayscale: #4B4B4B. Windows color (decimal): -16553864 or 7890947. OLE color: 7890947.
HSL color Cylindrical-coordinate representation of color #036878: hue angle of 188.21º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036878 is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 3 | 104 | 120 | - |
| CMYK | 0.98 | 0.13 | 0 | 0.53 |
| HSL | 188.21º | 0.95% | 0.24% | - |
| HSV(B) | 188.21º | 0.98% | 0.47% | - |
| XYZ | 8.38 | 11.28 | 19.5 | - |
| YUV | 75.63 | 153.04 | 76.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 104 | 120 | 0.98 | 0.13 | 0 | 0.53 | 188.21 | 0.95 | 0.24 |
| Hex | 3 | 68 | 78 | 62 | D | 0 | 35 | BC | 5F | 18 |
| Octal | 3 | 150 | 170 | 142 | 15 | 0 | 65 | 274 | 137 | 30 |
| Binary | 11 | 1101000 | 1111000 | 1100010 | 1101 | 0 | 110101 | 10111100 | 1011111 | 11000 |
Color Harmonies of #036878
Complementary color
Monochromatic Colors of #036878
Black with #036878
Text Example
Text Example
White with #036878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036878; }
p { color: rgb(3,104,120); }
H1.HeaderClassName
{
color: #036878;
}
.AnyTagClassName
{
color: #036878;
}
</style>
background-color css
<style>
a { background-color: #036878; }
a { background-color: rgb(3,104,120); }
div.DivClassName
{
background-color: #036878;
}
.BgClassName
{
background-color: #036878;
}
</style>
border-color css
<style>
span { border-color: #036878; }
span { border-color: rgb(3,104,120); }
td.TdClassName
{
border-color: #036878;
}
.TagClassName
{
border-color: #036878;
}
</style>