Shades of Blue Lagoon #036888
Tints of Blue Lagoon #036888
RGB
CMYK
RGB Variations
Color information
#036888 (or 0x036888) is known color: Blue Lagoon. HEX triplet: 03, 68 and 88. RGB value is (3,104,136). Sum of RGB (Red+Green+Blue) = 3+104+136=243 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 243); Green value is 104 (41.02% from 255 or 42.80% from 243); Blue value is 136 (53.52% from 255 or 55.97% from 243); Max value from RGB is 136 - color contains mainly: blue. Hex color #036888 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036888 is #FC9777. Grayscale: #4D4D4D. Windows color (decimal): -16553848 or 8939523. OLE color: 8939523.
HSL color Cylindrical-coordinate representation of color #036888: hue angle of 194.44º 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 #036888 is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 3 | 104 | 136 | - |
| CMYK | 0.98 | 0.24 | 0 | 0.47 |
| HSL | 194.44º | 0.96% | 0.27% | - |
| HSV(B) | 194.44º | 0.98% | 0.53% | - |
| XYZ | 9.43 | 11.7 | 25.05 | - |
| YUV | 77.45 | 161.04 | 74.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 104 | 136 | 0.98 | 0.24 | 0 | 0.47 | 194.44 | 0.96 | 0.27 |
| Hex | 3 | 68 | 88 | 62 | 18 | 0 | 2F | C2 | 60 | 1B |
| Octal | 3 | 150 | 210 | 142 | 30 | 0 | 57 | 302 | 140 | 33 |
| Binary | 11 | 1101000 | 10001000 | 1100010 | 11000 | 0 | 101111 | 11000010 | 1100000 | 11011 |
Color Harmonies of #036888
Complementary color
Monochromatic Colors of #036888
Black with #036888
Text Example
Text Example
White with #036888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036888; }
p { color: rgb(3,104,136); }
H1.HeaderClassName
{
color: #036888;
}
.AnyTagClassName
{
color: #036888;
}
</style>
background-color css
<style>
a { background-color: #036888; }
a { background-color: rgb(3,104,136); }
div.DivClassName
{
background-color: #036888;
}
.BgClassName
{
background-color: #036888;
}
</style>
border-color css
<style>
span { border-color: #036888; }
span { border-color: rgb(3,104,136); }
td.TdClassName
{
border-color: #036888;
}
.TagClassName
{
border-color: #036888;
}
</style>