Shades of Lochmara #287CAF
Tints of Lochmara #287CAF
RGB
CMYK
RGB Variations
Color information
#287CAF (or 0x287CAF) is known color: Lochmara. HEX triplet: 28, 7C and AF. RGB value is (40,124,175). Sum of RGB (Red+Green+Blue) = 40+124+175=339 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.80% from 339); Green value is 124 (48.83% from 255 or 36.58% from 339); Blue value is 175 (68.75% from 255 or 51.62% from 339); Max value from RGB is 175 - color contains mainly: blue. Hex color #287CAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287CAF is #D78350. Grayscale: #686868. Windows color (decimal): -14123857 or 11500584. OLE color: 11500584.
HSL color Cylindrical-coordinate representation of color #287CAF: hue angle of 202.67º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #287CAF is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 124 | 175 | - |
| CMYK | 0.77 | 0.29 | 0 | 0.31 |
| HSL | 202.67º | 0.63% | 0.42% | - |
| HSV(B) | 202.67º | 0.77% | 0.69% | - |
| XYZ | 15.82 | 17.96 | 43.19 | - |
| YUV | 104.7 | 167.67 | 81.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 124 | 175 | 0.77 | 0.29 | 0 | 0.31 | 202.67 | 0.63 | 0.42 |
| Hex | 28 | 7C | AF | 4D | 1D | 0 | 1F | CB | 3F | 2A |
| Octal | 50 | 174 | 257 | 115 | 35 | 0 | 37 | 313 | 77 | 52 |
| Binary | 101000 | 1111100 | 10101111 | 1001101 | 11101 | 0 | 11111 | 11001011 | 111111 | 101010 |
Color Harmonies of #287CAF
Complementary color
Monochromatic Colors of #287CAF
Black with #287CAF
Text Example
Text Example
White with #287CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287CAF; }
p { color: rgb(40,124,175); }
H1.HeaderClassName
{
color: #287CAF;
}
.AnyTagClassName
{
color: #287CAF;
}
</style>
background-color css
<style>
a { background-color: #287CAF; }
a { background-color: rgb(40,124,175); }
div.DivClassName
{
background-color: #287CAF;
}
.BgClassName
{
background-color: #287CAF;
}
</style>
border-color css
<style>
span { border-color: #287CAF; }
span { border-color: rgb(40,124,175); }
td.TdClassName
{
border-color: #287CAF;
}
.TagClassName
{
border-color: #287CAF;
}
</style>