Shades of Lochmara #287BAE
Tints of Lochmara #287BAE
RGB
CMYK
RGB Variations
Color information
#287BAE (or 0x287BAE) is known color: Lochmara. HEX triplet: 28, 7B and AE. RGB value is (40,123,174). Sum of RGB (Red+Green+Blue) = 40+123+174=337 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.87% from 337); Green value is 123 (48.44% from 255 or 36.50% from 337); Blue value is 174 (68.36% from 255 or 51.63% from 337); Max value from RGB is 174 - color contains mainly: blue. Hex color #287BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287BAE is #D78451. Grayscale: #676767. Windows color (decimal): -14124114 or 11434792. OLE color: 11434792.
HSL color Cylindrical-coordinate representation of color #287BAE: hue angle of 202.84º 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 #287BAE is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 123 | 174 | - |
| CMYK | 0.77 | 0.29 | 0 | 0.32 |
| HSL | 202.84º | 0.63% | 0.42% | - |
| HSV(B) | 202.84º | 0.77% | 0.68% | - |
| XYZ | 15.6 | 17.67 | 42.63 | - |
| YUV | 104 | 167.5 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 123 | 174 | 0.77 | 0.29 | 0 | 0.32 | 202.84 | 0.63 | 0.42 |
| Hex | 28 | 7B | AE | 4D | 1D | 0 | 20 | CB | 3F | 2A |
| Octal | 50 | 173 | 256 | 115 | 35 | 0 | 40 | 313 | 77 | 52 |
| Binary | 101000 | 1111011 | 10101110 | 1001101 | 11101 | 0 | 100000 | 11001011 | 111111 | 101010 |
Color Harmonies of #287BAE
Complementary color
Monochromatic Colors of #287BAE
Black with #287BAE
Text Example
Text Example
White with #287BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287BAE; }
p { color: rgb(40,123,174); }
H1.HeaderClassName
{
color: #287BAE;
}
.AnyTagClassName
{
color: #287BAE;
}
</style>
background-color css
<style>
a { background-color: #287BAE; }
a { background-color: rgb(40,123,174); }
div.DivClassName
{
background-color: #287BAE;
}
.BgClassName
{
background-color: #287BAE;
}
</style>
border-color css
<style>
span { border-color: #287BAE; }
span { border-color: rgb(40,123,174); }
td.TdClassName
{
border-color: #287BAE;
}
.TagClassName
{
border-color: #287BAE;
}
</style>