Shades of Lochmara #287098
Tints of Lochmara #287098
RGB
CMYK
RGB Variations
Color information
#287098 (or 0x287098) is known color: Lochmara. HEX triplet: 28, 70 and 98. RGB value is (40,112,152). Sum of RGB (Red+Green+Blue) = 40+112+152=304 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.16% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 152 (59.77% from 255 or 50% from 304); Max value from RGB is 152 - color contains mainly: blue. Hex color #287098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287098 is #D78F67. Grayscale: #5E5E5E. Windows color (decimal): -14126952 or 9990184. OLE color: 9990184.
HSL color Cylindrical-coordinate representation of color #287098: hue angle of 201.43º degrees, saturation: 0.58, 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 #287098 is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 112 | 152 | - |
| CMYK | 0.74 | 0.26 | 0 | 0.40 |
| HSL | 201.43º | 0.58% | 0.38% | - |
| HSV(B) | 201.43º | 0.74% | 0.6% | - |
| XYZ | 12.34 | 14.31 | 31.82 | - |
| YUV | 95.03 | 160.15 | 88.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 112 | 152 | 0.74 | 0.26 | 0 | 0.40 | 201.43 | 0.58 | 0.38 |
| Hex | 28 | 70 | 98 | 4A | 1A | 0 | 28 | C9 | 3A | 26 |
| Octal | 50 | 160 | 230 | 112 | 32 | 0 | 50 | 311 | 72 | 46 |
| Binary | 101000 | 1110000 | 10011000 | 1001010 | 11010 | 0 | 101000 | 11001001 | 111010 | 100110 |
Color Harmonies of #287098
Complementary color
Monochromatic Colors of #287098
Black with #287098
Text Example
Text Example
White with #287098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287098; }
p { color: rgb(40,112,152); }
H1.HeaderClassName
{
color: #287098;
}
.AnyTagClassName
{
color: #287098;
}
</style>
background-color css
<style>
a { background-color: #287098; }
a { background-color: rgb(40,112,152); }
div.DivClassName
{
background-color: #287098;
}
.BgClassName
{
background-color: #287098;
}
</style>
border-color css
<style>
span { border-color: #287098; }
span { border-color: rgb(40,112,152); }
td.TdClassName
{
border-color: #287098;
}
.TagClassName
{
border-color: #287098;
}
</style>