Shades of Lochmara #256AA1
Tints of Lochmara #256AA1
RGB
CMYK
RGB Variations
Color information
#256AA1 (or 0x256AA1) is known color: Lochmara. HEX triplet: 25, 6A and A1. RGB value is (37,106,161). Sum of RGB (Red+Green+Blue) = 37+106+161=304 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.17% from 304); Green value is 106 (41.80% from 255 or 34.87% from 304); Blue value is 161 (63.28% from 255 or 52.96% from 304); Max value from RGB is 161 - color contains mainly: blue. Hex color #256AA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256AA1 is #DA955E. Grayscale: #5B5B5B. Windows color (decimal): -14325087 or 10578469. OLE color: 10578469.
HSL color Cylindrical-coordinate representation of color #256AA1: hue angle of 206.61º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #256AA1 is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 37 | 106 | 161 | - |
| CMYK | 0.77 | 0.34 | 0 | 0.37 |
| HSL | 206.61º | 0.63% | 0.39% | - |
| HSV(B) | 206.61º | 0.77% | 0.63% | - |
| XYZ | 12.35 | 13.27 | 35.63 | - |
| YUV | 91.64 | 167.14 | 89.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 106 | 161 | 0.77 | 0.34 | 0 | 0.37 | 206.61 | 0.63 | 0.39 |
| Hex | 25 | 6A | A1 | 4D | 22 | 0 | 25 | CF | 3F | 27 |
| Octal | 45 | 152 | 241 | 115 | 42 | 0 | 45 | 317 | 77 | 47 |
| Binary | 100101 | 1101010 | 10100001 | 1001101 | 100010 | 0 | 100101 | 11001111 | 111111 | 100111 |
Color Harmonies of #256AA1
Complementary color
Monochromatic Colors of #256AA1
Black with #256AA1
Text Example
Text Example
White with #256AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256AA1; }
p { color: rgb(37,106,161); }
H1.HeaderClassName
{
color: #256AA1;
}
.AnyTagClassName
{
color: #256AA1;
}
</style>
background-color css
<style>
a { background-color: #256AA1; }
a { background-color: rgb(37,106,161); }
div.DivClassName
{
background-color: #256AA1;
}
.BgClassName
{
background-color: #256AA1;
}
</style>
border-color css
<style>
span { border-color: #256AA1; }
span { border-color: rgb(37,106,161); }
td.TdClassName
{
border-color: #256AA1;
}
.TagClassName
{
border-color: #256AA1;
}
</style>