Shades of Lochmara #285FA8
Tints of Lochmara #285FA8
RGB
CMYK
RGB Variations
Color information
#285FA8 (or 0x285FA8) is known color: Lochmara. HEX triplet: 28, 5F and A8. RGB value is (40,95,168). Sum of RGB (Red+Green+Blue) = 40+95+168=303 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.20% from 303); Green value is 95 (37.5% from 255 or 31.35% from 303); Blue value is 168 (66.02% from 255 or 55.45% from 303); Max value from RGB is 168 - color contains mainly: blue. Hex color #285FA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285FA8 is #D7A057. Grayscale: #565656. Windows color (decimal): -14131288 or 11034408. OLE color: 11034408.
HSL color Cylindrical-coordinate representation of color #285FA8: hue angle of 214.22º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #285FA8 is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 40 | 95 | 168 | - |
| CMYK | 0.76 | 0.43 | 0 | 0.34 |
| HSL | 214.22º | 0.62% | 0.41% | - |
| HSV(B) | 214.22º | 0.76% | 0.66% | - |
| XYZ | 12.04 | 11.46 | 38.62 | - |
| YUV | 86.88 | 173.78 | 94.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 95 | 168 | 0.76 | 0.43 | 0 | 0.34 | 214.22 | 0.62 | 0.41 |
| Hex | 28 | 5F | A8 | 4C | 2B | 0 | 22 | D6 | 3E | 29 |
| Octal | 50 | 137 | 250 | 114 | 53 | 0 | 42 | 326 | 76 | 51 |
| Binary | 101000 | 1011111 | 10101000 | 1001100 | 101011 | 0 | 100010 | 11010110 | 111110 | 101001 |
Color Harmonies of #285FA8
Complementary color
Monochromatic Colors of #285FA8
Black with #285FA8
Text Example
Text Example
White with #285FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285FA8; }
p { color: rgb(40,95,168); }
H1.HeaderClassName
{
color: #285FA8;
}
.AnyTagClassName
{
color: #285FA8;
}
</style>
background-color css
<style>
a { background-color: #285FA8; }
a { background-color: rgb(40,95,168); }
div.DivClassName
{
background-color: #285FA8;
}
.BgClassName
{
background-color: #285FA8;
}
</style>
border-color css
<style>
span { border-color: #285FA8; }
span { border-color: rgb(40,95,168); }
td.TdClassName
{
border-color: #285FA8;
}
.TagClassName
{
border-color: #285FA8;
}
</style>