Shades of Lochmara #256EA1
Tints of Lochmara #256EA1
RGB
CMYK
RGB Variations
Color information
#256EA1 (or 0x256EA1) is known color: Lochmara. HEX triplet: 25, 6E and A1. RGB value is (37,110,161). Sum of RGB (Red+Green+Blue) = 37+110+161=308 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.01% from 308); Green value is 110 (43.36% from 255 or 35.71% from 308); Blue value is 161 (63.28% from 255 or 52.27% from 308); Max value from RGB is 161 - color contains mainly: blue. Hex color #256EA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256EA1 is #DA915E. Grayscale: #5D5D5D. Windows color (decimal): -14324063 or 10579493. OLE color: 10579493.
HSL color Cylindrical-coordinate representation of color #256EA1: hue angle of 204.68º 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 #256EA1 is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 37 | 110 | 161 | - |
| CMYK | 0.77 | 0.32 | 0 | 0.37 |
| HSL | 204.68º | 0.63% | 0.39% | - |
| HSV(B) | 204.68º | 0.77% | 0.63% | - |
| XYZ | 12.77 | 14.12 | 35.77 | - |
| YUV | 93.99 | 165.82 | 87.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 110 | 161 | 0.77 | 0.32 | 0 | 0.37 | 204.68 | 0.63 | 0.39 |
| Hex | 25 | 6E | A1 | 4D | 20 | 0 | 25 | CD | 3F | 27 |
| Octal | 45 | 156 | 241 | 115 | 40 | 0 | 45 | 315 | 77 | 47 |
| Binary | 100101 | 1101110 | 10100001 | 1001101 | 100000 | 0 | 100101 | 11001101 | 111111 | 100111 |
Color Harmonies of #256EA1
Complementary color
Monochromatic Colors of #256EA1
Black with #256EA1
Text Example
Text Example
White with #256EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256EA1; }
p { color: rgb(37,110,161); }
H1.HeaderClassName
{
color: #256EA1;
}
.AnyTagClassName
{
color: #256EA1;
}
</style>
background-color css
<style>
a { background-color: #256EA1; }
a { background-color: rgb(37,110,161); }
div.DivClassName
{
background-color: #256EA1;
}
.BgClassName
{
background-color: #256EA1;
}
</style>
border-color css
<style>
span { border-color: #256EA1; }
span { border-color: rgb(37,110,161); }
td.TdClassName
{
border-color: #256EA1;
}
.TagClassName
{
border-color: #256EA1;
}
</style>