Shades of Lochmara #256EAB
Tints of Lochmara #256EAB
RGB
CMYK
RGB Variations
Color information
#256EAB (or 0x256EAB) is known color: Lochmara. HEX triplet: 25, 6E and AB. RGB value is (37,110,171). Sum of RGB (Red+Green+Blue) = 37+110+171=318 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.64% from 318); Green value is 110 (43.36% from 255 or 34.59% from 318); Blue value is 171 (67.19% from 255 or 53.77% from 318); Max value from RGB is 171 - color contains mainly: blue. Hex color #256EAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256EAB is #DA9154. Grayscale: #5E5E5E. Windows color (decimal): -14324053 or 11234853. OLE color: 11234853.
HSL color Cylindrical-coordinate representation of color #256EAB: hue angle of 207.31º 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 #256EAB is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 110 | 171 | - |
| CMYK | 0.78 | 0.36 | 0 | 0.33 |
| HSL | 207.31º | 0.64% | 0.41% | - |
| HSV(B) | 207.31º | 0.78% | 0.67% | - |
| XYZ | 13.69 | 14.49 | 40.6 | - |
| YUV | 95.13 | 170.82 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 110 | 171 | 0.78 | 0.36 | 0 | 0.33 | 207.31 | 0.64 | 0.41 |
| Hex | 25 | 6E | AB | 4E | 24 | 0 | 21 | CF | 40 | 29 |
| Octal | 45 | 156 | 253 | 116 | 44 | 0 | 41 | 317 | 100 | 51 |
| Binary | 100101 | 1101110 | 10101011 | 1001110 | 100100 | 0 | 100001 | 11001111 | 1000000 | 101001 |
Color Harmonies of #256EAB
Complementary color
Monochromatic Colors of #256EAB
Black with #256EAB
Text Example
Text Example
White with #256EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256EAB; }
p { color: rgb(37,110,171); }
H1.HeaderClassName
{
color: #256EAB;
}
.AnyTagClassName
{
color: #256EAB;
}
</style>
background-color css
<style>
a { background-color: #256EAB; }
a { background-color: rgb(37,110,171); }
div.DivClassName
{
background-color: #256EAB;
}
.BgClassName
{
background-color: #256EAB;
}
</style>
border-color css
<style>
span { border-color: #256EAB; }
span { border-color: rgb(37,110,171); }
td.TdClassName
{
border-color: #256EAB;
}
.TagClassName
{
border-color: #256EAB;
}
</style>