Shades of Lochmara #287AAC
Tints of Lochmara #287AAC
RGB
CMYK
RGB Variations
Color information
#287AAC (or 0x287AAC) is known color: Lochmara. HEX triplet: 28, 7A and AC. RGB value is (40,122,172). Sum of RGB (Red+Green+Blue) = 40+122+172=334 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.98% from 334); Green value is 122 (48.05% from 255 or 36.53% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #287AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287AAC is #D78553. Grayscale: #666666. Windows color (decimal): -14124372 or 11303464. OLE color: 11303464.
HSL color Cylindrical-coordinate representation of color #287AAC: hue angle of 202.73º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #287AAC is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 122 | 172 | - |
| CMYK | 0.77 | 0.29 | 0 | 0.33 |
| HSL | 202.73º | 0.62% | 0.42% | - |
| HSV(B) | 202.73º | 0.77% | 0.67% | - |
| XYZ | 15.28 | 17.35 | 41.57 | - |
| YUV | 103.18 | 166.83 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 122 | 172 | 0.77 | 0.29 | 0 | 0.33 | 202.73 | 0.62 | 0.42 |
| Hex | 28 | 7A | AC | 4D | 1D | 0 | 21 | CB | 3E | 2A |
| Octal | 50 | 172 | 254 | 115 | 35 | 0 | 41 | 313 | 76 | 52 |
| Binary | 101000 | 1111010 | 10101100 | 1001101 | 11101 | 0 | 100001 | 11001011 | 111110 | 101010 |
Color Harmonies of #287AAC
Complementary color
Monochromatic Colors of #287AAC
Black with #287AAC
Text Example
Text Example
White with #287AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287AAC; }
p { color: rgb(40,122,172); }
H1.HeaderClassName
{
color: #287AAC;
}
.AnyTagClassName
{
color: #287AAC;
}
</style>
background-color css
<style>
a { background-color: #287AAC; }
a { background-color: rgb(40,122,172); }
div.DivClassName
{
background-color: #287AAC;
}
.BgClassName
{
background-color: #287AAC;
}
</style>
border-color css
<style>
span { border-color: #287AAC; }
span { border-color: rgb(40,122,172); }
td.TdClassName
{
border-color: #287AAC;
}
.TagClassName
{
border-color: #287AAC;
}
</style>