Shades of Blue Lagoon #036076
Tints of Blue Lagoon #036076
RGB
CMYK
RGB Variations
Color information
#036076 (or 0x036076) is known color: Blue Lagoon. HEX triplet: 03, 60 and 76. RGB value is (3,96,118). Sum of RGB (Red+Green+Blue) = 3+96+118=217 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 118 (46.48% from 255 or 54.38% from 217); Max value from RGB is 118 - color contains mainly: blue. Hex color #036076 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036076 is #FC9F89. Grayscale: #464646. Windows color (decimal): -16555914 or 7757827. OLE color: 7757827.
HSL color Cylindrical-coordinate representation of color #036076: hue angle of 191.48º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036076 is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 3 | 96 | 118 | - |
| CMYK | 0.97 | 0.19 | 0 | 0.54 |
| HSL | 191.48º | 0.95% | 0.24% | - |
| HSV(B) | 191.48º | 0.97% | 0.46% | - |
| XYZ | 7.49 | 9.69 | 18.62 | - |
| YUV | 70.7 | 154.69 | 79.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 96 | 118 | 0.97 | 0.19 | 0 | 0.54 | 191.48 | 0.95 | 0.24 |
| Hex | 3 | 60 | 76 | 61 | 13 | 0 | 36 | BF | 5F | 18 |
| Octal | 3 | 140 | 166 | 141 | 23 | 0 | 66 | 277 | 137 | 30 |
| Binary | 11 | 1100000 | 1110110 | 1100001 | 10011 | 0 | 110110 | 10111111 | 1011111 | 11000 |
Color Harmonies of #036076
Complementary color
Monochromatic Colors of #036076
Black with #036076
Text Example
Text Example
White with #036076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036076; }
p { color: rgb(3,96,118); }
H1.HeaderClassName
{
color: #036076;
}
.AnyTagClassName
{
color: #036076;
}
</style>
background-color css
<style>
a { background-color: #036076; }
a { background-color: rgb(3,96,118); }
div.DivClassName
{
background-color: #036076;
}
.BgClassName
{
background-color: #036076;
}
</style>
border-color css
<style>
span { border-color: #036076; }
span { border-color: rgb(3,96,118); }
td.TdClassName
{
border-color: #036076;
}
.TagClassName
{
border-color: #036076;
}
</style>