Shades of Blue Lagoon #036672
Tints of Blue Lagoon #036672
RGB
CMYK
RGB Variations
Color information
#036672 (or 0x036672) is known color: Blue Lagoon. HEX triplet: 03, 66 and 72. RGB value is (3,102,114). Sum of RGB (Red+Green+Blue) = 3+102+114=219 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.37% from 219); Green value is 102 (40.23% from 255 or 46.58% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #036672 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036672 is #FC998D. Grayscale: #494949. Windows color (decimal): -16554382 or 7497219. OLE color: 7497219.
HSL color Cylindrical-coordinate representation of color #036672: hue angle of 186.49º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036672 is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 3 | 102 | 114 | - |
| CMYK | 0.97 | 0.11 | 0 | 0.55 |
| HSL | 186.49º | 0.95% | 0.23% | - |
| HSV(B) | 186.49º | 0.97% | 0.45% | - |
| XYZ | 7.83 | 10.74 | 17.58 | - |
| YUV | 73.77 | 150.7 | 77.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 102 | 114 | 0.97 | 0.11 | 0 | 0.55 | 186.49 | 0.95 | 0.23 |
| Hex | 3 | 66 | 72 | 61 | B | 0 | 37 | BA | 5F | 17 |
| Octal | 3 | 146 | 162 | 141 | 13 | 0 | 67 | 272 | 137 | 27 |
| Binary | 11 | 1100110 | 1110010 | 1100001 | 1011 | 0 | 110111 | 10111010 | 1011111 | 10111 |
Color Harmonies of #036672
Complementary color
Monochromatic Colors of #036672
Black with #036672
Text Example
Text Example
White with #036672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036672; }
p { color: rgb(3,102,114); }
H1.HeaderClassName
{
color: #036672;
}
.AnyTagClassName
{
color: #036672;
}
</style>
background-color css
<style>
a { background-color: #036672; }
a { background-color: rgb(3,102,114); }
div.DivClassName
{
background-color: #036672;
}
.BgClassName
{
background-color: #036672;
}
</style>
border-color css
<style>
span { border-color: #036672; }
span { border-color: rgb(3,102,114); }
td.TdClassName
{
border-color: #036672;
}
.TagClassName
{
border-color: #036672;
}
</style>