Shades of Lochmara #286C9C
Tints of Lochmara #286C9C
RGB
CMYK
RGB Variations
Color information
#286C9C (or 0x286C9C) is known color: Lochmara. HEX triplet: 28, 6C and 9C. RGB value is (40,108,156). Sum of RGB (Red+Green+Blue) = 40+108+156=304 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.16% from 304); Green value is 108 (42.58% from 255 or 35.53% from 304); Blue value is 156 (61.33% from 255 or 51.32% from 304); Max value from RGB is 156 - color contains mainly: blue. Hex color #286C9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286C9C is #D79363. Grayscale: #5C5C5C. Windows color (decimal): -14127972 or 10251304. OLE color: 10251304.
HSL color Cylindrical-coordinate representation of color #286C9C: hue angle of 204.83º 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 #286C9C is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 108 | 156 | - |
| CMYK | 0.74 | 0.31 | 0 | 0.39 |
| HSL | 204.83º | 0.59% | 0.38% | - |
| HSV(B) | 204.83º | 0.74% | 0.61% | - |
| XYZ | 12.24 | 13.58 | 33.43 | - |
| YUV | 93.14 | 163.47 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 108 | 156 | 0.74 | 0.31 | 0 | 0.39 | 204.83 | 0.59 | 0.38 |
| Hex | 28 | 6C | 9C | 4A | 1F | 0 | 27 | CD | 3B | 26 |
| Octal | 50 | 154 | 234 | 112 | 37 | 0 | 47 | 315 | 73 | 46 |
| Binary | 101000 | 1101100 | 10011100 | 1001010 | 11111 | 0 | 100111 | 11001101 | 111011 | 100110 |
Color Harmonies of #286C9C
Complementary color
Monochromatic Colors of #286C9C
Black with #286C9C
Text Example
Text Example
White with #286C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286C9C; }
p { color: rgb(40,108,156); }
H1.HeaderClassName
{
color: #286C9C;
}
.AnyTagClassName
{
color: #286C9C;
}
</style>
background-color css
<style>
a { background-color: #286C9C; }
a { background-color: rgb(40,108,156); }
div.DivClassName
{
background-color: #286C9C;
}
.BgClassName
{
background-color: #286C9C;
}
</style>
border-color css
<style>
span { border-color: #286C9C; }
span { border-color: rgb(40,108,156); }
td.TdClassName
{
border-color: #286C9C;
}
.TagClassName
{
border-color: #286C9C;
}
</style>