Shades of Lochmara #287BAB
Tints of Lochmara #287BAB
RGB
CMYK
RGB Variations
Color information
#287BAB (or 0x287BAB) is known color: Lochmara. HEX triplet: 28, 7B and AB. RGB value is (40,123,171). Sum of RGB (Red+Green+Blue) = 40+123+171=334 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.98% from 334); Green value is 123 (48.44% from 255 or 36.83% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #287BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287BAB is #D78454. Grayscale: #676767. Windows color (decimal): -14124117 or 11238184. OLE color: 11238184.
HSL color Cylindrical-coordinate representation of color #287BAB: hue angle of 201.98º 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 #287BAB is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 123 | 171 | - |
| CMYK | 0.77 | 0.28 | 0 | 0.33 |
| HSL | 201.98º | 0.62% | 0.41% | - |
| HSV(B) | 201.98º | 0.77% | 0.67% | - |
| XYZ | 15.31 | 17.56 | 41.11 | - |
| YUV | 103.66 | 166 | 82.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 123 | 171 | 0.77 | 0.28 | 0 | 0.33 | 201.98 | 0.62 | 0.41 |
| Hex | 28 | 7B | AB | 4D | 1C | 0 | 21 | CA | 3E | 29 |
| Octal | 50 | 173 | 253 | 115 | 34 | 0 | 41 | 312 | 76 | 51 |
| Binary | 101000 | 1111011 | 10101011 | 1001101 | 11100 | 0 | 100001 | 11001010 | 111110 | 101001 |
Color Harmonies of #287BAB
Complementary color
Monochromatic Colors of #287BAB
Black with #287BAB
Text Example
Text Example
White with #287BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287BAB; }
p { color: rgb(40,123,171); }
H1.HeaderClassName
{
color: #287BAB;
}
.AnyTagClassName
{
color: #287BAB;
}
</style>
background-color css
<style>
a { background-color: #287BAB; }
a { background-color: rgb(40,123,171); }
div.DivClassName
{
background-color: #287BAB;
}
.BgClassName
{
background-color: #287BAB;
}
</style>
border-color css
<style>
span { border-color: #287BAB; }
span { border-color: rgb(40,123,171); }
td.TdClassName
{
border-color: #287BAB;
}
.TagClassName
{
border-color: #287BAB;
}
</style>