Shades of Lochmara #256DA1
Tints of Lochmara #256DA1
RGB
CMYK
RGB Variations
Color information
#256DA1 (or 0x256DA1) is known color: Lochmara. HEX triplet: 25, 6D and A1. RGB value is (37,109,161). Sum of RGB (Red+Green+Blue) = 37+109+161=307 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.05% from 307); Green value is 109 (42.97% from 255 or 35.50% from 307); Blue value is 161 (63.28% from 255 or 52.44% from 307); Max value from RGB is 161 - color contains mainly: blue. Hex color #256DA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256DA1 is #DA925E. Grayscale: #5D5D5D. Windows color (decimal): -14324319 or 10579237. OLE color: 10579237.
HSL color Cylindrical-coordinate representation of color #256DA1: hue angle of 205.16º 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 #256DA1 is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 37 | 109 | 161 | - |
| CMYK | 0.77 | 0.32 | 0 | 0.37 |
| HSL | 205.16º | 0.63% | 0.39% | - |
| HSV(B) | 205.16º | 0.77% | 0.63% | - |
| XYZ | 12.66 | 13.9 | 35.73 | - |
| YUV | 93.4 | 166.15 | 87.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 109 | 161 | 0.77 | 0.32 | 0 | 0.37 | 205.16 | 0.63 | 0.39 |
| Hex | 25 | 6D | A1 | 4D | 20 | 0 | 25 | CD | 3F | 27 |
| Octal | 45 | 155 | 241 | 115 | 40 | 0 | 45 | 315 | 77 | 47 |
| Binary | 100101 | 1101101 | 10100001 | 1001101 | 100000 | 0 | 100101 | 11001101 | 111111 | 100111 |
Color Harmonies of #256DA1
Complementary color
Monochromatic Colors of #256DA1
Black with #256DA1
Text Example
Text Example
White with #256DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256DA1; }
p { color: rgb(37,109,161); }
H1.HeaderClassName
{
color: #256DA1;
}
.AnyTagClassName
{
color: #256DA1;
}
</style>
background-color css
<style>
a { background-color: #256DA1; }
a { background-color: rgb(37,109,161); }
div.DivClassName
{
background-color: #256DA1;
}
.BgClassName
{
background-color: #256DA1;
}
</style>
border-color css
<style>
span { border-color: #256DA1; }
span { border-color: rgb(37,109,161); }
td.TdClassName
{
border-color: #256DA1;
}
.TagClassName
{
border-color: #256DA1;
}
</style>