Shades of Lochmara #287DAE
Tints of Lochmara #287DAE
RGB
CMYK
RGB Variations
Color information
#287DAE (or 0x287DAE) is known color: Lochmara. HEX triplet: 28, 7D and AE. RGB value is (40,125,174). Sum of RGB (Red+Green+Blue) = 40+125+174=339 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.80% from 339); Green value is 125 (49.22% from 255 or 36.87% from 339); Blue value is 174 (68.36% from 255 or 51.33% from 339); Max value from RGB is 174 - color contains mainly: blue. Hex color #287DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287DAE is #D78251. Grayscale: #686868. Windows color (decimal): -14123602 or 11435304. OLE color: 11435304.
HSL color Cylindrical-coordinate representation of color #287DAE: hue angle of 201.94º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #287DAE is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 125 | 174 | - |
| CMYK | 0.77 | 0.28 | 0 | 0.32 |
| HSL | 201.94º | 0.63% | 0.42% | - |
| HSV(B) | 201.94º | 0.77% | 0.68% | - |
| XYZ | 15.85 | 18.17 | 42.72 | - |
| YUV | 105.17 | 166.84 | 81.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 125 | 174 | 0.77 | 0.28 | 0 | 0.32 | 201.94 | 0.63 | 0.42 |
| Hex | 28 | 7D | AE | 4D | 1C | 0 | 20 | CA | 3F | 2A |
| Octal | 50 | 175 | 256 | 115 | 34 | 0 | 40 | 312 | 77 | 52 |
| Binary | 101000 | 1111101 | 10101110 | 1001101 | 11100 | 0 | 100000 | 11001010 | 111111 | 101010 |
Color Harmonies of #287DAE
Complementary color
Monochromatic Colors of #287DAE
Black with #287DAE
Text Example
Text Example
White with #287DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287DAE; }
p { color: rgb(40,125,174); }
H1.HeaderClassName
{
color: #287DAE;
}
.AnyTagClassName
{
color: #287DAE;
}
</style>
background-color css
<style>
a { background-color: #287DAE; }
a { background-color: rgb(40,125,174); }
div.DivClassName
{
background-color: #287DAE;
}
.BgClassName
{
background-color: #287DAE;
}
</style>
border-color css
<style>
span { border-color: #287DAE; }
span { border-color: rgb(40,125,174); }
td.TdClassName
{
border-color: #287DAE;
}
.TagClassName
{
border-color: #287DAE;
}
</style>