Shades of Lochmara #286F94
Tints of Lochmara #286F94
RGB
CMYK
RGB Variations
Color information
#286F94 (or 0x286F94) is known color: Lochmara. HEX triplet: 28, 6F and 94. RGB value is (40,111,148). Sum of RGB (Red+Green+Blue) = 40+111+148=299 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.38% from 299); Green value is 111 (43.75% from 255 or 37.12% from 299); Blue value is 148 (58.20% from 255 or 49.50% from 299); Max value from RGB is 148 - color contains mainly: blue. Hex color #286F94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286F94 is #D7906B. Grayscale: #5D5D5D. Windows color (decimal): -14127212 or 9727784. OLE color: 9727784.
HSL color Cylindrical-coordinate representation of color #286F94: hue angle of 200.56º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #286F94 is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 111 | 148 | - |
| CMYK | 0.73 | 0.25 | 0 | 0.42 |
| HSL | 200.56º | 0.57% | 0.37% | - |
| HSV(B) | 200.56º | 0.73% | 0.58% | - |
| XYZ | 11.9 | 13.96 | 30.08 | - |
| YUV | 93.99 | 158.48 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 111 | 148 | 0.73 | 0.25 | 0 | 0.42 | 200.56 | 0.57 | 0.37 |
| Hex | 28 | 6F | 94 | 49 | 19 | 0 | 2A | C9 | 39 | 25 |
| Octal | 50 | 157 | 224 | 111 | 31 | 0 | 52 | 311 | 71 | 45 |
| Binary | 101000 | 1101111 | 10010100 | 1001001 | 11001 | 0 | 101010 | 11001001 | 111001 | 100101 |
Color Harmonies of #286F94
Complementary color
Monochromatic Colors of #286F94
Black with #286F94
Text Example
Text Example
White with #286F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286F94; }
p { color: rgb(40,111,148); }
H1.HeaderClassName
{
color: #286F94;
}
.AnyTagClassName
{
color: #286F94;
}
</style>
background-color css
<style>
a { background-color: #286F94; }
a { background-color: rgb(40,111,148); }
div.DivClassName
{
background-color: #286F94;
}
.BgClassName
{
background-color: #286F94;
}
</style>
border-color css
<style>
span { border-color: #286F94; }
span { border-color: rgb(40,111,148); }
td.TdClassName
{
border-color: #286F94;
}
.TagClassName
{
border-color: #286F94;
}
</style>