Shades of Lochmara #256DAE
Tints of Lochmara #256DAE
RGB
CMYK
RGB Variations
Color information
#256DAE (or 0x256DAE) is known color: Lochmara. HEX triplet: 25, 6D and AE. RGB value is (37,109,174). Sum of RGB (Red+Green+Blue) = 37+109+174=320 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.56% from 320); Green value is 109 (42.97% from 255 or 34.06% from 320); Blue value is 174 (68.36% from 255 or 54.38% from 320); Max value from RGB is 174 - color contains mainly: blue. Hex color #256DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256DAE is #DA9251. Grayscale: #5E5E5E. Windows color (decimal): -14324306 or 11431205. OLE color: 11431205.
HSL color Cylindrical-coordinate representation of color #256DAE: hue angle of 208.47º 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 #256DAE is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 37 | 109 | 174 | - |
| CMYK | 0.79 | 0.37 | 0 | 0.32 |
| HSL | 208.47º | 0.65% | 0.41% | - |
| HSV(B) | 208.47º | 0.79% | 0.68% | - |
| XYZ | 13.87 | 14.39 | 42.09 | - |
| YUV | 94.88 | 172.65 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 109 | 174 | 0.79 | 0.37 | 0 | 0.32 | 208.47 | 0.65 | 0.41 |
| Hex | 25 | 6D | AE | 4F | 25 | 0 | 20 | D0 | 41 | 29 |
| Octal | 45 | 155 | 256 | 117 | 45 | 0 | 40 | 320 | 101 | 51 |
| Binary | 100101 | 1101101 | 10101110 | 1001111 | 100101 | 0 | 100000 | 11010000 | 1000001 | 101001 |
Color Harmonies of #256DAE
Complementary color
Monochromatic Colors of #256DAE
Black with #256DAE
Text Example
Text Example
White with #256DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256DAE; }
p { color: rgb(37,109,174); }
H1.HeaderClassName
{
color: #256DAE;
}
.AnyTagClassName
{
color: #256DAE;
}
</style>
background-color css
<style>
a { background-color: #256DAE; }
a { background-color: rgb(37,109,174); }
div.DivClassName
{
background-color: #256DAE;
}
.BgClassName
{
background-color: #256DAE;
}
</style>
border-color css
<style>
span { border-color: #256DAE; }
span { border-color: rgb(37,109,174); }
td.TdClassName
{
border-color: #256DAE;
}
.TagClassName
{
border-color: #256DAE;
}
</style>