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