Shades of Lochmara #256498
Tints of Lochmara #256498
RGB
CMYK
RGB Variations
Color information
#256498 (or 0x256498) is known color: Lochmara. HEX triplet: 25, 64 and 98. RGB value is (37,100,152). Sum of RGB (Red+Green+Blue) = 37+100+152=289 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.80% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 152 (59.77% from 255 or 52.60% from 289); Max value from RGB is 152 - color contains mainly: blue. Hex color #256498 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256498 is #DA9B67. Grayscale: #565656. Windows color (decimal): -14326632 or 9987109. OLE color: 9987109.
HSL color Cylindrical-coordinate representation of color #256498: hue angle of 207.13º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #256498 is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 100 | 152 | - |
| CMYK | 0.76 | 0.34 | 0 | 0.40 |
| HSL | 207.13º | 0.61% | 0.37% | - |
| HSV(B) | 207.13º | 0.76% | 0.6% | - |
| XYZ | 10.99 | 11.77 | 31.4 | - |
| YUV | 87.09 | 164.63 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 100 | 152 | 0.76 | 0.34 | 0 | 0.40 | 207.13 | 0.61 | 0.37 |
| Hex | 25 | 64 | 98 | 4C | 22 | 0 | 28 | CF | 3D | 25 |
| Octal | 45 | 144 | 230 | 114 | 42 | 0 | 50 | 317 | 75 | 45 |
| Binary | 100101 | 1100100 | 10011000 | 1001100 | 100010 | 0 | 101000 | 11001111 | 111101 | 100101 |
Color Harmonies of #256498
Complementary color
Monochromatic Colors of #256498
Black with #256498
Text Example
Text Example
White with #256498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256498; }
p { color: rgb(37,100,152); }
H1.HeaderClassName
{
color: #256498;
}
.AnyTagClassName
{
color: #256498;
}
</style>
background-color css
<style>
a { background-color: #256498; }
a { background-color: rgb(37,100,152); }
div.DivClassName
{
background-color: #256498;
}
.BgClassName
{
background-color: #256498;
}
</style>
border-color css
<style>
span { border-color: #256498; }
span { border-color: rgb(37,100,152); }
td.TdClassName
{
border-color: #256498;
}
.TagClassName
{
border-color: #256498;
}
</style>