Shades of Lochmara #256AA9
Tints of Lochmara #256AA9
RGB
CMYK
RGB Variations
Color information
#256AA9 (or 0x256AA9) is known color: Lochmara. HEX triplet: 25, 6A and A9. RGB value is (37,106,169). Sum of RGB (Red+Green+Blue) = 37+106+169=312 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.86% from 312); Green value is 106 (41.80% from 255 or 33.97% from 312); Blue value is 169 (66.41% from 255 or 54.17% from 312); Max value from RGB is 169 - color contains mainly: blue. Hex color #256AA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256AA9 is #DA9556. Grayscale: #5C5C5C. Windows color (decimal): -14325079 or 11102757. OLE color: 11102757.
HSL color Cylindrical-coordinate representation of color #256AA9: hue angle of 208.64º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #256AA9 is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 37 | 106 | 169 | - |
| CMYK | 0.78 | 0.37 | 0 | 0.34 |
| HSL | 208.64º | 0.64% | 0.4% | - |
| HSV(B) | 208.64º | 0.78% | 0.66% | - |
| XYZ | 13.08 | 13.57 | 39.47 | - |
| YUV | 92.55 | 171.14 | 88.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 106 | 169 | 0.78 | 0.37 | 0 | 0.34 | 208.64 | 0.64 | 0.4 |
| Hex | 25 | 6A | A9 | 4E | 25 | 0 | 22 | D1 | 40 | 28 |
| Octal | 45 | 152 | 251 | 116 | 45 | 0 | 42 | 321 | 100 | 50 |
| Binary | 100101 | 1101010 | 10101001 | 1001110 | 100101 | 0 | 100010 | 11010001 | 1000000 | 101000 |
Color Harmonies of #256AA9
Complementary color
Monochromatic Colors of #256AA9
Black with #256AA9
Text Example
Text Example
White with #256AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256AA9; }
p { color: rgb(37,106,169); }
H1.HeaderClassName
{
color: #256AA9;
}
.AnyTagClassName
{
color: #256AA9;
}
</style>
background-color css
<style>
a { background-color: #256AA9; }
a { background-color: rgb(37,106,169); }
div.DivClassName
{
background-color: #256AA9;
}
.BgClassName
{
background-color: #256AA9;
}
</style>
border-color css
<style>
span { border-color: #256AA9; }
span { border-color: rgb(37,106,169); }
td.TdClassName
{
border-color: #256AA9;
}
.TagClassName
{
border-color: #256AA9;
}
</style>