Shades of Lochmara #256BAB
Tints of Lochmara #256BAB
RGB
CMYK
RGB Variations
Color information
#256BAB (or 0x256BAB) is known color: Lochmara. HEX triplet: 25, 6B and AB. RGB value is (37,107,171). Sum of RGB (Red+Green+Blue) = 37+107+171=315 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.75% from 315); Green value is 107 (42.19% from 255 or 33.97% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #256BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256BAB is #DA9454. Grayscale: #5D5D5D. Windows color (decimal): -14324821 or 11234085. OLE color: 11234085.
HSL color Cylindrical-coordinate representation of color #256BAB: hue angle of 208.66º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #256BAB is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 107 | 171 | - |
| CMYK | 0.78 | 0.37 | 0 | 0.33 |
| HSL | 208.66º | 0.64% | 0.41% | - |
| HSV(B) | 208.66º | 0.78% | 0.67% | - |
| XYZ | 13.37 | 13.85 | 40.5 | - |
| YUV | 93.37 | 171.81 | 87.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 107 | 171 | 0.78 | 0.37 | 0 | 0.33 | 208.66 | 0.64 | 0.41 |
| Hex | 25 | 6B | AB | 4E | 25 | 0 | 21 | D1 | 40 | 29 |
| Octal | 45 | 153 | 253 | 116 | 45 | 0 | 41 | 321 | 100 | 51 |
| Binary | 100101 | 1101011 | 10101011 | 1001110 | 100101 | 0 | 100001 | 11010001 | 1000000 | 101001 |
Color Harmonies of #256BAB
Complementary color
Monochromatic Colors of #256BAB
Black with #256BAB
Text Example
Text Example
White with #256BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256BAB; }
p { color: rgb(37,107,171); }
H1.HeaderClassName
{
color: #256BAB;
}
.AnyTagClassName
{
color: #256BAB;
}
</style>
background-color css
<style>
a { background-color: #256BAB; }
a { background-color: rgb(37,107,171); }
div.DivClassName
{
background-color: #256BAB;
}
.BgClassName
{
background-color: #256BAB;
}
</style>
border-color css
<style>
span { border-color: #256BAB; }
span { border-color: rgb(37,107,171); }
td.TdClassName
{
border-color: #256BAB;
}
.TagClassName
{
border-color: #256BAB;
}
</style>