Shades of Blue Lagoon #036889
Tints of Blue Lagoon #036889
RGB
CMYK
RGB Variations
Color information
#036889 (or 0x036889) is known color: Blue Lagoon. HEX triplet: 03, 68 and 89. RGB value is (3,104,137). Sum of RGB (Red+Green+Blue) = 3+104+137=244 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 244); Green value is 104 (41.02% from 255 or 42.62% from 244); Blue value is 137 (53.91% from 255 or 56.15% from 244); Max value from RGB is 137 - color contains mainly: blue. Hex color #036889 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036889 is #FC9776. Grayscale: #4D4D4D. Windows color (decimal): -16553847 or 9005059. OLE color: 9005059.
HSL color Cylindrical-coordinate representation of color #036889: hue angle of 194.78º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036889 is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 3 | 104 | 137 | - |
| CMYK | 0.98 | 0.24 | 0 | 0.46 |
| HSL | 194.78º | 0.96% | 0.27% | - |
| HSV(B) | 194.78º | 0.98% | 0.54% | - |
| XYZ | 9.5 | 11.73 | 25.43 | - |
| YUV | 77.56 | 161.54 | 74.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 104 | 137 | 0.98 | 0.24 | 0 | 0.46 | 194.78 | 0.96 | 0.27 |
| Hex | 3 | 68 | 89 | 62 | 18 | 0 | 2E | C3 | 60 | 1B |
| Octal | 3 | 150 | 211 | 142 | 30 | 0 | 56 | 303 | 140 | 33 |
| Binary | 11 | 1101000 | 10001001 | 1100010 | 11000 | 0 | 101110 | 11000011 | 1100000 | 11011 |
Color Harmonies of #036889
Complementary color
Monochromatic Colors of #036889
Black with #036889
Text Example
Text Example
White with #036889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036889; }
p { color: rgb(3,104,137); }
H1.HeaderClassName
{
color: #036889;
}
.AnyTagClassName
{
color: #036889;
}
</style>
background-color css
<style>
a { background-color: #036889; }
a { background-color: rgb(3,104,137); }
div.DivClassName
{
background-color: #036889;
}
.BgClassName
{
background-color: #036889;
}
</style>
border-color css
<style>
span { border-color: #036889; }
span { border-color: rgb(3,104,137); }
td.TdClassName
{
border-color: #036889;
}
.TagClassName
{
border-color: #036889;
}
</style>