Shades of Blue Lagoon #03636E
Tints of Blue Lagoon #03636E
RGB
CMYK
RGB Variations
Color information
#03636E (or 0x03636E) is known color: Blue Lagoon. HEX triplet: 03, 63 and 6E. RGB value is (3,99,110). Sum of RGB (Red+Green+Blue) = 3+99+110=212 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 212); Green value is 99 (39.06% from 255 or 46.70% from 212); Blue value is 110 (43.36% from 255 or 51.89% from 212); Max value from RGB is 110 - color contains mainly: blue. Hex color #03636E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03636E is #FC9C91. Grayscale: #474747. Windows color (decimal): -16555154 or 7234307. OLE color: 7234307.
HSL color Cylindrical-coordinate representation of color #03636E: hue angle of 186.17º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03636E is Cyan = 0.97, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 3 | 99 | 110 | - |
| CMYK | 0.97 | 0.1 | 0 | 0.57 |
| HSL | 186.17º | 0.95% | 0.22% | - |
| HSV(B) | 186.17º | 0.97% | 0.43% | - |
| XYZ | 7.31 | 10.07 | 16.31 | - |
| YUV | 71.55 | 149.7 | 79.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 99 | 110 | 0.97 | 0.1 | 0 | 0.57 | 186.17 | 0.95 | 0.22 |
| Hex | 3 | 63 | 6E | 61 | A | 0 | 39 | BA | 5F | 16 |
| Octal | 3 | 143 | 156 | 141 | 12 | 0 | 71 | 272 | 137 | 26 |
| Binary | 11 | 1100011 | 1101110 | 1100001 | 1010 | 0 | 111001 | 10111010 | 1011111 | 10110 |
Color Harmonies of #03636E
Complementary color
Monochromatic Colors of #03636E
Black with #03636E
Text Example
Text Example
White with #03636E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03636E; }
p { color: rgb(3,99,110); }
H1.HeaderClassName
{
color: #03636E;
}
.AnyTagClassName
{
color: #03636E;
}
</style>
background-color css
<style>
a { background-color: #03636E; }
a { background-color: rgb(3,99,110); }
div.DivClassName
{
background-color: #03636E;
}
.BgClassName
{
background-color: #03636E;
}
</style>
border-color css
<style>
span { border-color: #03636E; }
span { border-color: rgb(3,99,110); }
td.TdClassName
{
border-color: #03636E;
}
.TagClassName
{
border-color: #03636E;
}
</style>