Shades of Lochmara #256E9A
Tints of Lochmara #256E9A
RGB
CMYK
RGB Variations
Color information
#256E9A (or 0x256E9A) is known color: Lochmara. HEX triplet: 25, 6E and 9A. RGB value is (37,110,154). Sum of RGB (Red+Green+Blue) = 37+110+154=301 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.29% from 301); Green value is 110 (43.36% from 255 or 36.54% from 301); Blue value is 154 (60.55% from 255 or 51.16% from 301); Max value from RGB is 154 - color contains mainly: blue. Hex color #256E9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256E9A is #DA9165. Grayscale: #5C5C5C. Windows color (decimal): -14324070 or 10120741. OLE color: 10120741.
HSL color Cylindrical-coordinate representation of color #256E9A: hue angle of 202.56º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #256E9A is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 110 | 154 | - |
| CMYK | 0.76 | 0.29 | 0 | 0.40 |
| HSL | 202.56º | 0.61% | 0.37% | - |
| HSV(B) | 202.56º | 0.76% | 0.6% | - |
| XYZ | 12.17 | 13.88 | 32.61 | - |
| YUV | 93.19 | 162.32 | 87.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 110 | 154 | 0.76 | 0.29 | 0 | 0.40 | 202.56 | 0.61 | 0.37 |
| Hex | 25 | 6E | 9A | 4C | 1D | 0 | 28 | CB | 3D | 25 |
| Octal | 45 | 156 | 232 | 114 | 35 | 0 | 50 | 313 | 75 | 45 |
| Binary | 100101 | 1101110 | 10011010 | 1001100 | 11101 | 0 | 101000 | 11001011 | 111101 | 100101 |
Color Harmonies of #256E9A
Complementary color
Monochromatic Colors of #256E9A
Black with #256E9A
Text Example
Text Example
White with #256E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256E9A; }
p { color: rgb(37,110,154); }
H1.HeaderClassName
{
color: #256E9A;
}
.AnyTagClassName
{
color: #256E9A;
}
</style>
background-color css
<style>
a { background-color: #256E9A; }
a { background-color: rgb(37,110,154); }
div.DivClassName
{
background-color: #256E9A;
}
.BgClassName
{
background-color: #256E9A;
}
</style>
border-color css
<style>
span { border-color: #256E9A; }
span { border-color: rgb(37,110,154); }
td.TdClassName
{
border-color: #256E9A;
}
.TagClassName
{
border-color: #256E9A;
}
</style>