Shades of Blue Lagoon #036370
Tints of Blue Lagoon #036370
RGB
CMYK
RGB Variations
Color information
#036370 (or 0x036370) is known color: Blue Lagoon. HEX triplet: 03, 63 and 70. RGB value is (3,99,112). Sum of RGB (Red+Green+Blue) = 3+99+112=214 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 214); Green value is 99 (39.06% from 255 or 46.26% from 214); Blue value is 112 (44.14% from 255 or 52.34% from 214); Max value from RGB is 112 - color contains mainly: blue. Hex color #036370 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036370 is #FC9C8F. Grayscale: #474747. Windows color (decimal): -16555152 or 7365379. OLE color: 7365379.
HSL color Cylindrical-coordinate representation of color #036370: hue angle of 187.16º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036370 is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 3 | 99 | 112 | - |
| CMYK | 0.97 | 0.12 | 0 | 0.56 |
| HSL | 187.16º | 0.95% | 0.23% | - |
| HSV(B) | 187.16º | 0.97% | 0.44% | - |
| XYZ | 7.42 | 10.11 | 16.89 | - |
| YUV | 71.78 | 150.7 | 78.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 99 | 112 | 0.97 | 0.12 | 0 | 0.56 | 187.16 | 0.95 | 0.23 |
| Hex | 3 | 63 | 70 | 61 | C | 0 | 38 | BB | 5F | 17 |
| Octal | 3 | 143 | 160 | 141 | 14 | 0 | 70 | 273 | 137 | 27 |
| Binary | 11 | 1100011 | 1110000 | 1100001 | 1100 | 0 | 111000 | 10111011 | 1011111 | 10111 |
Color Harmonies of #036370
Complementary color
Monochromatic Colors of #036370
Black with #036370
Text Example
Text Example
White with #036370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036370; }
p { color: rgb(3,99,112); }
H1.HeaderClassName
{
color: #036370;
}
.AnyTagClassName
{
color: #036370;
}
</style>
background-color css
<style>
a { background-color: #036370; }
a { background-color: rgb(3,99,112); }
div.DivClassName
{
background-color: #036370;
}
.BgClassName
{
background-color: #036370;
}
</style>
border-color css
<style>
span { border-color: #036370; }
span { border-color: rgb(3,99,112); }
td.TdClassName
{
border-color: #036370;
}
.TagClassName
{
border-color: #036370;
}
</style>