Shades of Lochmara #287BAC
Tints of Lochmara #287BAC
RGB
CMYK
RGB Variations
Color information
#287BAC (or 0x287BAC) is known color: Lochmara. HEX triplet: 28, 7B and AC. RGB value is (40,123,172). Sum of RGB (Red+Green+Blue) = 40+123+172=335 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.94% from 335); Green value is 123 (48.44% from 255 or 36.72% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #287BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287BAC is #D78453. Grayscale: #676767. Windows color (decimal): -14124116 or 11303720. OLE color: 11303720.
HSL color Cylindrical-coordinate representation of color #287BAC: hue angle of 202.27º 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 #287BAC is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 123 | 172 | - |
| CMYK | 0.77 | 0.28 | 0 | 0.33 |
| HSL | 202.27º | 0.62% | 0.42% | - |
| HSV(B) | 202.27º | 0.77% | 0.67% | - |
| XYZ | 15.4 | 17.6 | 41.61 | - |
| YUV | 103.77 | 166.5 | 82.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 123 | 172 | 0.77 | 0.28 | 0 | 0.33 | 202.27 | 0.62 | 0.42 |
| Hex | 28 | 7B | AC | 4D | 1C | 0 | 21 | CA | 3E | 2A |
| Octal | 50 | 173 | 254 | 115 | 34 | 0 | 41 | 312 | 76 | 52 |
| Binary | 101000 | 1111011 | 10101100 | 1001101 | 11100 | 0 | 100001 | 11001010 | 111110 | 101010 |
Color Harmonies of #287BAC
Complementary color
Monochromatic Colors of #287BAC
Black with #287BAC
Text Example
Text Example
White with #287BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287BAC; }
p { color: rgb(40,123,172); }
H1.HeaderClassName
{
color: #287BAC;
}
.AnyTagClassName
{
color: #287BAC;
}
</style>
background-color css
<style>
a { background-color: #287BAC; }
a { background-color: rgb(40,123,172); }
div.DivClassName
{
background-color: #287BAC;
}
.BgClassName
{
background-color: #287BAC;
}
</style>
border-color css
<style>
span { border-color: #287BAC; }
span { border-color: rgb(40,123,172); }
td.TdClassName
{
border-color: #287BAC;
}
.TagClassName
{
border-color: #287BAC;
}
</style>