Shades of Lochmara #256DAD
Tints of Lochmara #256DAD
RGB
CMYK
RGB Variations
Color information
#256DAD (or 0x256DAD) is known color: Lochmara. HEX triplet: 25, 6D and AD. RGB value is (37,109,173). Sum of RGB (Red+Green+Blue) = 37+109+173=319 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.60% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 173 (67.97% from 255 or 54.23% from 319); Max value from RGB is 173 - color contains mainly: blue. Hex color #256DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256DAD is #DA9252. Grayscale: #5E5E5E. Windows color (decimal): -14324307 or 11365669. OLE color: 11365669.
HSL color Cylindrical-coordinate representation of color #256DAD: hue angle of 208.24º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #256DAD is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 37 | 109 | 173 | - |
| CMYK | 0.79 | 0.37 | 0 | 0.32 |
| HSL | 208.24º | 0.65% | 0.41% | - |
| HSV(B) | 208.24º | 0.79% | 0.68% | - |
| XYZ | 13.77 | 14.35 | 41.58 | - |
| YUV | 94.77 | 172.15 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 109 | 173 | 0.79 | 0.37 | 0 | 0.32 | 208.24 | 0.65 | 0.41 |
| Hex | 25 | 6D | AD | 4F | 25 | 0 | 20 | D0 | 41 | 29 |
| Octal | 45 | 155 | 255 | 117 | 45 | 0 | 40 | 320 | 101 | 51 |
| Binary | 100101 | 1101101 | 10101101 | 1001111 | 100101 | 0 | 100000 | 11010000 | 1000001 | 101001 |
Color Harmonies of #256DAD
Complementary color
Monochromatic Colors of #256DAD
Black with #256DAD
Text Example
Text Example
White with #256DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256DAD; }
p { color: rgb(37,109,173); }
H1.HeaderClassName
{
color: #256DAD;
}
.AnyTagClassName
{
color: #256DAD;
}
</style>
background-color css
<style>
a { background-color: #256DAD; }
a { background-color: rgb(37,109,173); }
div.DivClassName
{
background-color: #256DAD;
}
.BgClassName
{
background-color: #256DAD;
}
</style>
border-color css
<style>
span { border-color: #256DAD; }
span { border-color: rgb(37,109,173); }
td.TdClassName
{
border-color: #256DAD;
}
.TagClassName
{
border-color: #256DAD;
}
</style>