Shades of Lochmara #256AA0
Tints of Lochmara #256AA0
RGB
CMYK
RGB Variations
Color information
#256AA0 (or 0x256AA0) is known color: Lochmara. HEX triplet: 25, 6A and A0. RGB value is (37,106,160). Sum of RGB (Red+Green+Blue) = 37+106+160=303 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.21% from 303); Green value is 106 (41.80% from 255 or 34.98% from 303); Blue value is 160 (62.89% from 255 or 52.81% from 303); Max value from RGB is 160 - color contains mainly: blue. Hex color #256AA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256AA0 is #DA955F. Grayscale: #5B5B5B. Windows color (decimal): -14325088 or 10512933. OLE color: 10512933.
HSL color Cylindrical-coordinate representation of color #256AA0: hue angle of 206.34º degrees, saturation: 0.62, 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 #256AA0 is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 37 | 106 | 160 | - |
| CMYK | 0.77 | 0.34 | 0 | 0.37 |
| HSL | 206.34º | 0.62% | 0.39% | - |
| HSV(B) | 206.34º | 0.77% | 0.63% | - |
| XYZ | 12.26 | 13.24 | 35.17 | - |
| YUV | 91.53 | 166.64 | 89.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 106 | 160 | 0.77 | 0.34 | 0 | 0.37 | 206.34 | 0.62 | 0.39 |
| Hex | 25 | 6A | A0 | 4D | 22 | 0 | 25 | CE | 3E | 27 |
| Octal | 45 | 152 | 240 | 115 | 42 | 0 | 45 | 316 | 76 | 47 |
| Binary | 100101 | 1101010 | 10100000 | 1001101 | 100010 | 0 | 100101 | 11001110 | 111110 | 100111 |
Color Harmonies of #256AA0
Complementary color
Monochromatic Colors of #256AA0
Black with #256AA0
Text Example
Text Example
White with #256AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256AA0; }
p { color: rgb(37,106,160); }
H1.HeaderClassName
{
color: #256AA0;
}
.AnyTagClassName
{
color: #256AA0;
}
</style>
background-color css
<style>
a { background-color: #256AA0; }
a { background-color: rgb(37,106,160); }
div.DivClassName
{
background-color: #256AA0;
}
.BgClassName
{
background-color: #256AA0;
}
</style>
border-color css
<style>
span { border-color: #256AA0; }
span { border-color: rgb(37,106,160); }
td.TdClassName
{
border-color: #256AA0;
}
.TagClassName
{
border-color: #256AA0;
}
</style>