Shades of Blue Lagoon #036387
Tints of Blue Lagoon #036387
RGB
CMYK
RGB Variations
Color information
#036387 (or 0x036387) is known color: Blue Lagoon. HEX triplet: 03, 63 and 87. RGB value is (3,99,135). Sum of RGB (Red+Green+Blue) = 3+99+135=237 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 237); Green value is 99 (39.06% from 255 or 41.77% from 237); Blue value is 135 (53.12% from 255 or 56.96% from 237); Max value from RGB is 135 - color contains mainly: blue. Hex color #036387 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036387 is #FC9C78. Grayscale: #4A4A4A. Windows color (decimal): -16555129 or 8872707. OLE color: 8872707.
HSL color Cylindrical-coordinate representation of color #036387: hue angle of 196.36º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036387 is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 3 | 99 | 135 | - |
| CMYK | 0.98 | 0.27 | 0 | 0.47 |
| HSL | 196.36º | 0.96% | 0.27% | - |
| HSV(B) | 196.36º | 0.98% | 0.53% | - |
| XYZ | 8.87 | 10.69 | 24.52 | - |
| YUV | 74.4 | 162.2 | 77.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 99 | 135 | 0.98 | 0.27 | 0 | 0.47 | 196.36 | 0.96 | 0.27 |
| Hex | 3 | 63 | 87 | 62 | 1B | 0 | 2F | C4 | 60 | 1B |
| Octal | 3 | 143 | 207 | 142 | 33 | 0 | 57 | 304 | 140 | 33 |
| Binary | 11 | 1100011 | 10000111 | 1100010 | 11011 | 0 | 101111 | 11000100 | 1100000 | 11011 |
Color Harmonies of #036387
Complementary color
Monochromatic Colors of #036387
Black with #036387
Text Example
Text Example
White with #036387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036387; }
p { color: rgb(3,99,135); }
H1.HeaderClassName
{
color: #036387;
}
.AnyTagClassName
{
color: #036387;
}
</style>
background-color css
<style>
a { background-color: #036387; }
a { background-color: rgb(3,99,135); }
div.DivClassName
{
background-color: #036387;
}
.BgClassName
{
background-color: #036387;
}
</style>
border-color css
<style>
span { border-color: #036387; }
span { border-color: rgb(3,99,135); }
td.TdClassName
{
border-color: #036387;
}
.TagClassName
{
border-color: #036387;
}
</style>