Shades of Lochmara #207299
Tints of Lochmara #207299
RGB
CMYK
RGB Variations
Color information
#207299 (or 0x207299) is known color: Lochmara. HEX triplet: 20, 72 and 99. RGB value is (32,114,153). Sum of RGB (Red+Green+Blue) = 32+114+153=299 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.70% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 153 (60.16% from 255 or 51.17% from 299); Max value from RGB is 153 - color contains mainly: blue. Hex color #207299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207299 is #DF8D66. Grayscale: #5D5D5D. Windows color (decimal): -14650727 or 10056224. OLE color: 10056224.
HSL color Cylindrical-coordinate representation of color #207299: hue angle of 199.34º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #207299 is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 32 | 114 | 153 | - |
| CMYK | 0.79 | 0.25 | 0 | 0.4 |
| HSL | 199.34º | 0.65% | 0.36% | - |
| HSV(B) | 199.34º | 0.79% | 0.6% | - |
| XYZ | 12.36 | 14.64 | 32.31 | - |
| YUV | 93.93 | 161.33 | 83.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 114 | 153 | 0.79 | 0.25 | 0 | 0.4 | 199.34 | 0.65 | 0.36 |
| Hex | 20 | 72 | 99 | 4F | 19 | 0 | 28 | C7 | 41 | 24 |
| Octal | 40 | 162 | 231 | 117 | 31 | 0 | 50 | 307 | 101 | 44 |
| Binary | 100000 | 1110010 | 10011001 | 1001111 | 11001 | 0 | 101000 | 11000111 | 1000001 | 100100 |
Color Harmonies of #207299
Complementary color
Monochromatic Colors of #207299
Black with #207299
Text Example
Text Example
White with #207299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207299; }
p { color: rgb(32,114,153); }
H1.HeaderClassName
{
color: #207299;
}
.AnyTagClassName
{
color: #207299;
}
</style>
background-color css
<style>
a { background-color: #207299; }
a { background-color: rgb(32,114,153); }
div.DivClassName
{
background-color: #207299;
}
.BgClassName
{
background-color: #207299;
}
</style>
border-color css
<style>
span { border-color: #207299; }
span { border-color: rgb(32,114,153); }
td.TdClassName
{
border-color: #207299;
}
.TagClassName
{
border-color: #207299;
}
</style>