Shades of Lochmara #287099
Tints of Lochmara #287099
RGB
CMYK
RGB Variations
Color information
#287099 (or 0x287099) is known color: Lochmara. HEX triplet: 28, 70 and 99. RGB value is (40,112,153). Sum of RGB (Red+Green+Blue) = 40+112+153=305 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.11% from 305); Green value is 112 (44.14% from 255 or 36.72% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #287099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287099 is #D78F66. Grayscale: #5E5E5E. Windows color (decimal): -14126951 or 10055720. OLE color: 10055720.
HSL color Cylindrical-coordinate representation of color #287099: hue angle of 201.77º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #287099 is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 112 | 153 | - |
| CMYK | 0.74 | 0.27 | 0 | 0.4 |
| HSL | 201.77º | 0.59% | 0.38% | - |
| HSV(B) | 201.77º | 0.74% | 0.6% | - |
| XYZ | 12.42 | 14.34 | 32.25 | - |
| YUV | 95.15 | 160.65 | 88.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 112 | 153 | 0.74 | 0.27 | 0 | 0.4 | 201.77 | 0.59 | 0.38 |
| Hex | 28 | 70 | 99 | 4A | 1B | 0 | 28 | CA | 3B | 26 |
| Octal | 50 | 160 | 231 | 112 | 33 | 0 | 50 | 312 | 73 | 46 |
| Binary | 101000 | 1110000 | 10011001 | 1001010 | 11011 | 0 | 101000 | 11001010 | 111011 | 100110 |
Color Harmonies of #287099
Complementary color
Monochromatic Colors of #287099
Black with #287099
Text Example
Text Example
White with #287099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287099; }
p { color: rgb(40,112,153); }
H1.HeaderClassName
{
color: #287099;
}
.AnyTagClassName
{
color: #287099;
}
</style>
background-color css
<style>
a { background-color: #287099; }
a { background-color: rgb(40,112,153); }
div.DivClassName
{
background-color: #287099;
}
.BgClassName
{
background-color: #287099;
}
</style>
border-color css
<style>
span { border-color: #287099; }
span { border-color: rgb(40,112,153); }
td.TdClassName
{
border-color: #287099;
}
.TagClassName
{
border-color: #287099;
}
</style>