Shades of Blue Lagoon #036466
Tints of Blue Lagoon #036466
RGB
CMYK
RGB Variations
Color information
#036466 (or 0x036466) is known color: Blue Lagoon. HEX triplet: 03, 64 and 66. RGB value is (3,100,102). Sum of RGB (Red+Green+Blue) = 3+100+102=205 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 205); Green value is 100 (39.45% from 255 or 48.78% from 205); Blue value is 102 (40.23% from 255 or 49.76% from 205); Max value from RGB is 102 - color contains mainly: blue. Hex color #036466 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036466 is #FC9B99. Grayscale: #474747. Windows color (decimal): -16554906 or 6710275. OLE color: 6710275.
HSL color Cylindrical-coordinate representation of color #036466: hue angle of 181.21º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036466 is Cyan = 0.97, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 3 | 100 | 102 | - |
| CMYK | 0.97 | 0.02 | 0 | 0.6 |
| HSL | 181.21º | 0.94% | 0.21% | - |
| HSV(B) | 181.21º | 0.97% | 0.4% | - |
| XYZ | 6.99 | 10.09 | 14.15 | - |
| YUV | 71.23 | 145.36 | 79.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 100 | 102 | 0.97 | 0.02 | 0 | 0.6 | 181.21 | 0.94 | 0.21 |
| Hex | 3 | 64 | 66 | 61 | 2 | 0 | 3C | B5 | 5E | 15 |
| Octal | 3 | 144 | 146 | 141 | 2 | 0 | 74 | 265 | 136 | 25 |
| Binary | 11 | 1100100 | 1100110 | 1100001 | 10 | 0 | 111100 | 10110101 | 1011110 | 10101 |
Color Harmonies of #036466
Complementary color
Monochromatic Colors of #036466
Black with #036466
Text Example
Text Example
White with #036466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036466; }
p { color: rgb(3,100,102); }
H1.HeaderClassName
{
color: #036466;
}
.AnyTagClassName
{
color: #036466;
}
</style>
background-color css
<style>
a { background-color: #036466; }
a { background-color: rgb(3,100,102); }
div.DivClassName
{
background-color: #036466;
}
.BgClassName
{
background-color: #036466;
}
</style>
border-color css
<style>
span { border-color: #036466; }
span { border-color: rgb(3,100,102); }
td.TdClassName
{
border-color: #036466;
}
.TagClassName
{
border-color: #036466;
}
</style>