Shades of Blue Lagoon #036084
Tints of Blue Lagoon #036084
RGB
CMYK
RGB Variations
Color information
#036084 (or 0x036084) is known color: Blue Lagoon. HEX triplet: 03, 60 and 84. RGB value is (3,96,132). Sum of RGB (Red+Green+Blue) = 3+96+132=231 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 231); Green value is 96 (37.89% from 255 or 41.56% from 231); Blue value is 132 (51.95% from 255 or 57.14% from 231); Max value from RGB is 132 - color contains mainly: blue. Hex color #036084 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036084 is #FC9F7B. Grayscale: #484848. Windows color (decimal): -16555900 or 8675331. OLE color: 8675331.
HSL color Cylindrical-coordinate representation of color #036084: hue angle of 196.74º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036084 is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 3 | 96 | 132 | - |
| CMYK | 0.98 | 0.27 | 0 | 0.48 |
| HSL | 196.74º | 0.96% | 0.26% | - |
| HSV(B) | 196.74º | 0.98% | 0.52% | - |
| XYZ | 8.39 | 10.05 | 23.33 | - |
| YUV | 72.3 | 161.69 | 78.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 96 | 132 | 0.98 | 0.27 | 0 | 0.48 | 196.74 | 0.96 | 0.26 |
| Hex | 3 | 60 | 84 | 62 | 1B | 0 | 30 | C5 | 60 | 1A |
| Octal | 3 | 140 | 204 | 142 | 33 | 0 | 60 | 305 | 140 | 32 |
| Binary | 11 | 1100000 | 10000100 | 1100010 | 11011 | 0 | 110000 | 11000101 | 1100000 | 11010 |
Color Harmonies of #036084
Complementary color
Monochromatic Colors of #036084
Black with #036084
Text Example
Text Example
White with #036084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036084; }
p { color: rgb(3,96,132); }
H1.HeaderClassName
{
color: #036084;
}
.AnyTagClassName
{
color: #036084;
}
</style>
background-color css
<style>
a { background-color: #036084; }
a { background-color: rgb(3,96,132); }
div.DivClassName
{
background-color: #036084;
}
.BgClassName
{
background-color: #036084;
}
</style>
border-color css
<style>
span { border-color: #036084; }
span { border-color: rgb(3,96,132); }
td.TdClassName
{
border-color: #036084;
}
.TagClassName
{
border-color: #036084;
}
</style>