Shades of Lochmara #286F9C
Tints of Lochmara #286F9C
RGB
CMYK
RGB Variations
Color information
#286F9C (or 0x286F9C) is known color: Lochmara. HEX triplet: 28, 6F and 9C. RGB value is (40,111,156). Sum of RGB (Red+Green+Blue) = 40+111+156=307 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.03% from 307); Green value is 111 (43.75% from 255 or 36.16% from 307); Blue value is 156 (61.33% from 255 or 50.81% from 307); Max value from RGB is 156 - color contains mainly: blue. Hex color #286F9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286F9C is #D79063. Grayscale: #5E5E5E. Windows color (decimal): -14127204 or 10252072. OLE color: 10252072.
HSL color Cylindrical-coordinate representation of color #286F9C: hue angle of 203.28º 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 #286F9C is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 111 | 156 | - |
| CMYK | 0.74 | 0.29 | 0 | 0.39 |
| HSL | 203.28º | 0.59% | 0.38% | - |
| HSV(B) | 203.28º | 0.74% | 0.61% | - |
| XYZ | 12.56 | 14.22 | 33.54 | - |
| YUV | 94.9 | 162.48 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 111 | 156 | 0.74 | 0.29 | 0 | 0.39 | 203.28 | 0.59 | 0.38 |
| Hex | 28 | 6F | 9C | 4A | 1D | 0 | 27 | CB | 3B | 26 |
| Octal | 50 | 157 | 234 | 112 | 35 | 0 | 47 | 313 | 73 | 46 |
| Binary | 101000 | 1101111 | 10011100 | 1001010 | 11101 | 0 | 100111 | 11001011 | 111011 | 100110 |
Color Harmonies of #286F9C
Complementary color
Monochromatic Colors of #286F9C
Black with #286F9C
Text Example
Text Example
White with #286F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286F9C; }
p { color: rgb(40,111,156); }
H1.HeaderClassName
{
color: #286F9C;
}
.AnyTagClassName
{
color: #286F9C;
}
</style>
background-color css
<style>
a { background-color: #286F9C; }
a { background-color: rgb(40,111,156); }
div.DivClassName
{
background-color: #286F9C;
}
.BgClassName
{
background-color: #286F9C;
}
</style>
border-color css
<style>
span { border-color: #286F9C; }
span { border-color: rgb(40,111,156); }
td.TdClassName
{
border-color: #286F9C;
}
.TagClassName
{
border-color: #286F9C;
}
</style>