Shades of Blue Lagoon #036575
Tints of Blue Lagoon #036575
RGB
CMYK
RGB Variations
Color information
#036575 (or 0x036575) is known color: Blue Lagoon. HEX triplet: 03, 65 and 75. RGB value is (3,101,117). Sum of RGB (Red+Green+Blue) = 3+101+117=221 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 221); Green value is 101 (39.84% from 255 or 45.70% from 221); Blue value is 117 (46.09% from 255 or 52.94% from 221); Max value from RGB is 117 - color contains mainly: blue. Hex color #036575 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036575 is #FC9A8A. Grayscale: #494949. Windows color (decimal): -16554635 or 7693571. OLE color: 7693571.
HSL color Cylindrical-coordinate representation of color #036575: hue angle of 188.42º 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 #036575 is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 3 | 101 | 117 | - |
| CMYK | 0.97 | 0.14 | 0 | 0.54 |
| HSL | 188.42º | 0.95% | 0.24% | - |
| HSV(B) | 188.42º | 0.97% | 0.46% | - |
| XYZ | 7.9 | 10.61 | 18.46 | - |
| YUV | 73.52 | 152.53 | 77.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 101 | 117 | 0.97 | 0.14 | 0 | 0.54 | 188.42 | 0.95 | 0.24 |
| Hex | 3 | 65 | 75 | 61 | E | 0 | 36 | BC | 5F | 18 |
| Octal | 3 | 145 | 165 | 141 | 16 | 0 | 66 | 274 | 137 | 30 |
| Binary | 11 | 1100101 | 1110101 | 1100001 | 1110 | 0 | 110110 | 10111100 | 1011111 | 11000 |
Color Harmonies of #036575
Complementary color
Monochromatic Colors of #036575
Black with #036575
Text Example
Text Example
White with #036575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036575; }
p { color: rgb(3,101,117); }
H1.HeaderClassName
{
color: #036575;
}
.AnyTagClassName
{
color: #036575;
}
</style>
background-color css
<style>
a { background-color: #036575; }
a { background-color: rgb(3,101,117); }
div.DivClassName
{
background-color: #036575;
}
.BgClassName
{
background-color: #036575;
}
</style>
border-color css
<style>
span { border-color: #036575; }
span { border-color: rgb(3,101,117); }
td.TdClassName
{
border-color: #036575;
}
.TagClassName
{
border-color: #036575;
}
</style>