Shades of Lochmara #287CA4
Tints of Lochmara #287CA4
RGB
CMYK
RGB Variations
Color information
#287CA4 (or 0x287CA4) is known color: Lochmara. HEX triplet: 28, 7C and A4. RGB value is (40,124,164). Sum of RGB (Red+Green+Blue) = 40+124+164=328 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.20% from 328); Green value is 124 (48.83% from 255 or 37.80% from 328); Blue value is 164 (64.45% from 255 or 50% from 328); Max value from RGB is 164 - color contains mainly: blue. Hex color #287CA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287CA4 is #D7835B. Grayscale: #676767. Windows color (decimal): -14123868 or 10779688. OLE color: 10779688.
HSL color Cylindrical-coordinate representation of color #287CA4: hue angle of 199.35º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #287CA4 is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 40 | 124 | 164 | - |
| CMYK | 0.76 | 0.24 | 0 | 0.36 |
| HSL | 199.35º | 0.61% | 0.4% | - |
| HSV(B) | 199.35º | 0.76% | 0.64% | - |
| XYZ | 14.78 | 17.55 | 37.73 | - |
| YUV | 103.44 | 162.17 | 82.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 124 | 164 | 0.76 | 0.24 | 0 | 0.36 | 199.35 | 0.61 | 0.4 |
| Hex | 28 | 7C | A4 | 4C | 18 | 0 | 24 | C7 | 3D | 28 |
| Octal | 50 | 174 | 244 | 114 | 30 | 0 | 44 | 307 | 75 | 50 |
| Binary | 101000 | 1111100 | 10100100 | 1001100 | 11000 | 0 | 100100 | 11000111 | 111101 | 101000 |
Color Harmonies of #287CA4
Complementary color
Monochromatic Colors of #287CA4
Black with #287CA4
Text Example
Text Example
White with #287CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287CA4; }
p { color: rgb(40,124,164); }
H1.HeaderClassName
{
color: #287CA4;
}
.AnyTagClassName
{
color: #287CA4;
}
</style>
background-color css
<style>
a { background-color: #287CA4; }
a { background-color: rgb(40,124,164); }
div.DivClassName
{
background-color: #287CA4;
}
.BgClassName
{
background-color: #287CA4;
}
</style>
border-color css
<style>
span { border-color: #287CA4; }
span { border-color: rgb(40,124,164); }
td.TdClassName
{
border-color: #287CA4;
}
.TagClassName
{
border-color: #287CA4;
}
</style>