Shades of Lochmara #286D9C
Tints of Lochmara #286D9C
RGB
CMYK
RGB Variations
Color information
#286D9C (or 0x286D9C) is known color: Lochmara. HEX triplet: 28, 6D and 9C. RGB value is (40,109,156). Sum of RGB (Red+Green+Blue) = 40+109+156=305 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.11% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 156 (61.33% from 255 or 51.15% from 305); Max value from RGB is 156 - color contains mainly: blue. Hex color #286D9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286D9C is #D79263. Grayscale: #5D5D5D. Windows color (decimal): -14127716 or 10251560. OLE color: 10251560.
HSL color Cylindrical-coordinate representation of color #286D9C: hue angle of 204.31º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #286D9C is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 109 | 156 | - |
| CMYK | 0.74 | 0.30 | 0 | 0.39 |
| HSL | 204.31º | 0.59% | 0.38% | - |
| HSV(B) | 204.31º | 0.74% | 0.61% | - |
| XYZ | 12.34 | 13.79 | 33.46 | - |
| YUV | 93.73 | 163.14 | 89.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 109 | 156 | 0.74 | 0.30 | 0 | 0.39 | 204.31 | 0.59 | 0.38 |
| Hex | 28 | 6D | 9C | 4A | 1E | 0 | 27 | CC | 3B | 26 |
| Octal | 50 | 155 | 234 | 112 | 36 | 0 | 47 | 314 | 73 | 46 |
| Binary | 101000 | 1101101 | 10011100 | 1001010 | 11110 | 0 | 100111 | 11001100 | 111011 | 100110 |
Color Harmonies of #286D9C
Complementary color
Monochromatic Colors of #286D9C
Black with #286D9C
Text Example
Text Example
White with #286D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286D9C; }
p { color: rgb(40,109,156); }
H1.HeaderClassName
{
color: #286D9C;
}
.AnyTagClassName
{
color: #286D9C;
}
</style>
background-color css
<style>
a { background-color: #286D9C; }
a { background-color: rgb(40,109,156); }
div.DivClassName
{
background-color: #286D9C;
}
.BgClassName
{
background-color: #286D9C;
}
</style>
border-color css
<style>
span { border-color: #286D9C; }
span { border-color: rgb(40,109,156); }
td.TdClassName
{
border-color: #286D9C;
}
.TagClassName
{
border-color: #286D9C;
}
</style>