Shades of Lochmara #286799
Tints of Lochmara #286799
RGB
CMYK
RGB Variations
Color information
#286799 (or 0x286799) is known color: Lochmara. HEX triplet: 28, 67 and 99. RGB value is (40,103,153). Sum of RGB (Red+Green+Blue) = 40+103+153=296 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.51% from 296); Green value is 103 (40.62% from 255 or 34.80% from 296); Blue value is 153 (60.16% from 255 or 51.69% from 296); Max value from RGB is 153 - color contains mainly: blue. Hex color #286799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286799 is #D79866. Grayscale: #595959. Windows color (decimal): -14129255 or 10053416. OLE color: 10053416.
HSL color Cylindrical-coordinate representation of color #286799: hue angle of 206.55º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #286799 is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 103 | 153 | - |
| CMYK | 0.74 | 0.33 | 0 | 0.4 |
| HSL | 206.55º | 0.59% | 0.38% | - |
| HSV(B) | 206.55º | 0.74% | 0.6% | - |
| XYZ | 11.48 | 12.45 | 31.94 | - |
| YUV | 89.86 | 163.63 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 103 | 153 | 0.74 | 0.33 | 0 | 0.4 | 206.55 | 0.59 | 0.38 |
| Hex | 28 | 67 | 99 | 4A | 21 | 0 | 28 | CF | 3B | 26 |
| Octal | 50 | 147 | 231 | 112 | 41 | 0 | 50 | 317 | 73 | 46 |
| Binary | 101000 | 1100111 | 10011001 | 1001010 | 100001 | 0 | 101000 | 11001111 | 111011 | 100110 |
Color Harmonies of #286799
Complementary color
Monochromatic Colors of #286799
Black with #286799
Text Example
Text Example
White with #286799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286799; }
p { color: rgb(40,103,153); }
H1.HeaderClassName
{
color: #286799;
}
.AnyTagClassName
{
color: #286799;
}
</style>
background-color css
<style>
a { background-color: #286799; }
a { background-color: rgb(40,103,153); }
div.DivClassName
{
background-color: #286799;
}
.BgClassName
{
background-color: #286799;
}
</style>
border-color css
<style>
span { border-color: #286799; }
span { border-color: rgb(40,103,153); }
td.TdClassName
{
border-color: #286799;
}
.TagClassName
{
border-color: #286799;
}
</style>