Shades of Blue Lagoon #036675
Tints of Blue Lagoon #036675
RGB
CMYK
RGB Variations
Color information
#036675 (or 0x036675) is known color: Blue Lagoon. HEX triplet: 03, 66 and 75. RGB value is (3,102,117). Sum of RGB (Red+Green+Blue) = 3+102+117=222 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 222); Green value is 102 (40.23% from 255 or 45.95% from 222); Blue value is 117 (46.09% from 255 or 52.70% from 222); Max value from RGB is 117 - color contains mainly: blue. Hex color #036675 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036675 is #FC998A. Grayscale: #494949. Windows color (decimal): -16554379 or 7693827. OLE color: 7693827.
HSL color Cylindrical-coordinate representation of color #036675: hue angle of 187.89º 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 #036675 is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 3 | 102 | 117 | - |
| CMYK | 0.97 | 0.13 | 0 | 0.54 |
| HSL | 187.89º | 0.95% | 0.24% | - |
| HSV(B) | 187.89º | 0.97% | 0.46% | - |
| XYZ | 8 | 10.81 | 18.49 | - |
| YUV | 74.11 | 152.2 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 102 | 117 | 0.97 | 0.13 | 0 | 0.54 | 187.89 | 0.95 | 0.24 |
| Hex | 3 | 66 | 75 | 61 | D | 0 | 36 | BC | 5F | 18 |
| Octal | 3 | 146 | 165 | 141 | 15 | 0 | 66 | 274 | 137 | 30 |
| Binary | 11 | 1100110 | 1110101 | 1100001 | 1101 | 0 | 110110 | 10111100 | 1011111 | 11000 |
Color Harmonies of #036675
Complementary color
Monochromatic Colors of #036675
Black with #036675
Text Example
Text Example
White with #036675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036675; }
p { color: rgb(3,102,117); }
H1.HeaderClassName
{
color: #036675;
}
.AnyTagClassName
{
color: #036675;
}
</style>
background-color css
<style>
a { background-color: #036675; }
a { background-color: rgb(3,102,117); }
div.DivClassName
{
background-color: #036675;
}
.BgClassName
{
background-color: #036675;
}
</style>
border-color css
<style>
span { border-color: #036675; }
span { border-color: rgb(3,102,117); }
td.TdClassName
{
border-color: #036675;
}
.TagClassName
{
border-color: #036675;
}
</style>