Shades of Lochmara #287898
Tints of Lochmara #287898
RGB
CMYK
RGB Variations
Color information
#287898 (or 0x287898) is known color: Lochmara. HEX triplet: 28, 78 and 98. RGB value is (40,120,152). Sum of RGB (Red+Green+Blue) = 40+120+152=312 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.82% from 312); Green value is 120 (47.27% from 255 or 38.46% from 312); Blue value is 152 (59.77% from 255 or 48.72% from 312); Max value from RGB is 152 - color contains mainly: blue. Hex color #287898 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287898 is #D78767. Grayscale: #636363. Windows color (decimal): -14124904 or 9992232. OLE color: 9992232.
HSL color Cylindrical-coordinate representation of color #287898: hue angle of 197.14º 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 #287898 is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 120 | 152 | - |
| CMYK | 0.74 | 0.21 | 0 | 0.40 |
| HSL | 197.14º | 0.58% | 0.38% | - |
| HSV(B) | 197.14º | 0.74% | 0.6% | - |
| XYZ | 13.26 | 16.15 | 32.12 | - |
| YUV | 99.73 | 157.5 | 85.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 120 | 152 | 0.74 | 0.21 | 0 | 0.40 | 197.14 | 0.58 | 0.38 |
| Hex | 28 | 78 | 98 | 4A | 15 | 0 | 28 | C5 | 3A | 26 |
| Octal | 50 | 170 | 230 | 112 | 25 | 0 | 50 | 305 | 72 | 46 |
| Binary | 101000 | 1111000 | 10011000 | 1001010 | 10101 | 0 | 101000 | 11000101 | 111010 | 100110 |
Color Harmonies of #287898
Complementary color
Monochromatic Colors of #287898
Black with #287898
Text Example
Text Example
White with #287898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287898; }
p { color: rgb(40,120,152); }
H1.HeaderClassName
{
color: #287898;
}
.AnyTagClassName
{
color: #287898;
}
</style>
background-color css
<style>
a { background-color: #287898; }
a { background-color: rgb(40,120,152); }
div.DivClassName
{
background-color: #287898;
}
.BgClassName
{
background-color: #287898;
}
</style>
border-color css
<style>
span { border-color: #287898; }
span { border-color: rgb(40,120,152); }
td.TdClassName
{
border-color: #287898;
}
.TagClassName
{
border-color: #287898;
}
</style>