Shades of Lochmara #286B93
Tints of Lochmara #286B93
RGB
CMYK
RGB Variations
Color information
#286B93 (or 0x286B93) is known color: Lochmara. HEX triplet: 28, 6B and 93. RGB value is (40,107,147). Sum of RGB (Red+Green+Blue) = 40+107+147=294 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.61% from 294); Green value is 107 (42.19% from 255 or 36.39% from 294); Blue value is 147 (57.81% from 255 or 50% from 294); Max value from RGB is 147 - color contains mainly: blue. Hex color #286B93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286B93 is #D7946C. Grayscale: #5B5B5B. Windows color (decimal): -14128237 or 9661224. OLE color: 9661224.
HSL color Cylindrical-coordinate representation of color #286B93: hue angle of 202.43º 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 #286B93 is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 107 | 147 | - |
| CMYK | 0.73 | 0.27 | 0 | 0.42 |
| HSL | 202.43º | 0.57% | 0.37% | - |
| HSV(B) | 202.43º | 0.73% | 0.58% | - |
| XYZ | 11.4 | 13.07 | 29.53 | - |
| YUV | 91.53 | 159.3 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 107 | 147 | 0.73 | 0.27 | 0 | 0.42 | 202.43 | 0.57 | 0.37 |
| Hex | 28 | 6B | 93 | 49 | 1B | 0 | 2A | CA | 39 | 25 |
| Octal | 50 | 153 | 223 | 111 | 33 | 0 | 52 | 312 | 71 | 45 |
| Binary | 101000 | 1101011 | 10010011 | 1001001 | 11011 | 0 | 101010 | 11001010 | 111001 | 100101 |
Color Harmonies of #286B93
Complementary color
Monochromatic Colors of #286B93
Black with #286B93
Text Example
Text Example
White with #286B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286B93; }
p { color: rgb(40,107,147); }
H1.HeaderClassName
{
color: #286B93;
}
.AnyTagClassName
{
color: #286B93;
}
</style>
background-color css
<style>
a { background-color: #286B93; }
a { background-color: rgb(40,107,147); }
div.DivClassName
{
background-color: #286B93;
}
.BgClassName
{
background-color: #286B93;
}
</style>
border-color css
<style>
span { border-color: #286B93; }
span { border-color: rgb(40,107,147); }
td.TdClassName
{
border-color: #286B93;
}
.TagClassName
{
border-color: #286B93;
}
</style>