Shades of Lochmara #287AAB
Tints of Lochmara #287AAB
RGB
CMYK
RGB Variations
Color information
#287AAB (or 0x287AAB) is known color: Lochmara. HEX triplet: 28, 7A and AB. RGB value is (40,122,171). Sum of RGB (Red+Green+Blue) = 40+122+171=333 (44% of max value = 765). Red value is 40 (16.02% from 255 or 12.01% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #287AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287AAB is #D78554. Grayscale: #666666. Windows color (decimal): -14124373 or 11237928. OLE color: 11237928.
HSL color Cylindrical-coordinate representation of color #287AAB: hue angle of 202.44º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #287AAB is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 122 | 171 | - |
| CMYK | 0.77 | 0.29 | 0 | 0.33 |
| HSL | 202.44º | 0.62% | 0.41% | - |
| HSV(B) | 202.44º | 0.77% | 0.67% | - |
| XYZ | 15.19 | 17.31 | 41.07 | - |
| YUV | 103.07 | 166.33 | 83.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 122 | 171 | 0.77 | 0.29 | 0 | 0.33 | 202.44 | 0.62 | 0.41 |
| Hex | 28 | 7A | AB | 4D | 1D | 0 | 21 | CA | 3E | 29 |
| Octal | 50 | 172 | 253 | 115 | 35 | 0 | 41 | 312 | 76 | 51 |
| Binary | 101000 | 1111010 | 10101011 | 1001101 | 11101 | 0 | 100001 | 11001010 | 111110 | 101001 |
Color Harmonies of #287AAB
Complementary color
Monochromatic Colors of #287AAB
Black with #287AAB
Text Example
Text Example
White with #287AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287AAB; }
p { color: rgb(40,122,171); }
H1.HeaderClassName
{
color: #287AAB;
}
.AnyTagClassName
{
color: #287AAB;
}
</style>
background-color css
<style>
a { background-color: #287AAB; }
a { background-color: rgb(40,122,171); }
div.DivClassName
{
background-color: #287AAB;
}
.BgClassName
{
background-color: #287AAB;
}
</style>
border-color css
<style>
span { border-color: #287AAB; }
span { border-color: rgb(40,122,171); }
td.TdClassName
{
border-color: #287AAB;
}
.TagClassName
{
border-color: #287AAB;
}
</style>