Shades of Lochmara #256899
Tints of Lochmara #256899
RGB
CMYK
RGB Variations
Color information
#256899 (or 0x256899) is known color: Lochmara. HEX triplet: 25, 68 and 99. RGB value is (37,104,153). Sum of RGB (Red+Green+Blue) = 37+104+153=294 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.59% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 153 (60.16% from 255 or 52.04% from 294); Max value from RGB is 153 - color contains mainly: blue. Hex color #256899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256899 is #DA9766. Grayscale: #595959. Windows color (decimal): -14325607 or 10053669. OLE color: 10053669.
HSL color Cylindrical-coordinate representation of color #256899: hue angle of 205.34º 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 #256899 is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 37 | 104 | 153 | - |
| CMYK | 0.76 | 0.32 | 0 | 0.4 |
| HSL | 205.34º | 0.61% | 0.37% | - |
| HSV(B) | 205.34º | 0.76% | 0.6% | - |
| XYZ | 11.46 | 12.59 | 31.96 | - |
| YUV | 89.55 | 163.8 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 104 | 153 | 0.76 | 0.32 | 0 | 0.4 | 205.34 | 0.61 | 0.37 |
| Hex | 25 | 68 | 99 | 4C | 20 | 0 | 28 | CD | 3D | 25 |
| Octal | 45 | 150 | 231 | 114 | 40 | 0 | 50 | 315 | 75 | 45 |
| Binary | 100101 | 1101000 | 10011001 | 1001100 | 100000 | 0 | 101000 | 11001101 | 111101 | 100101 |
Color Harmonies of #256899
Complementary color
Monochromatic Colors of #256899
Black with #256899
Text Example
Text Example
White with #256899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256899; }
p { color: rgb(37,104,153); }
H1.HeaderClassName
{
color: #256899;
}
.AnyTagClassName
{
color: #256899;
}
</style>
background-color css
<style>
a { background-color: #256899; }
a { background-color: rgb(37,104,153); }
div.DivClassName
{
background-color: #256899;
}
.BgClassName
{
background-color: #256899;
}
</style>
border-color css
<style>
span { border-color: #256899; }
span { border-color: rgb(37,104,153); }
td.TdClassName
{
border-color: #256899;
}
.TagClassName
{
border-color: #256899;
}
</style>