Shades of Lochmara #256B99
Tints of Lochmara #256B99
RGB
CMYK
RGB Variations
Color information
#256B99 (or 0x256B99) is known color: Lochmara. HEX triplet: 25, 6B and 99. RGB value is (37,107,153). Sum of RGB (Red+Green+Blue) = 37+107+153=297 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.46% from 297); Green value is 107 (42.19% from 255 or 36.03% from 297); Blue value is 153 (60.16% from 255 or 51.52% from 297); Max value from RGB is 153 - color contains mainly: blue. Hex color #256B99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256B99 is #DA9466. Grayscale: #5B5B5B. Windows color (decimal): -14324839 or 10054437. OLE color: 10054437.
HSL color Cylindrical-coordinate representation of color #256B99: hue angle of 203.79º 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 #256B99 is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 37 | 107 | 153 | - |
| CMYK | 0.76 | 0.30 | 0 | 0.4 |
| HSL | 203.79º | 0.61% | 0.37% | - |
| HSV(B) | 203.79º | 0.76% | 0.6% | - |
| XYZ | 11.77 | 13.21 | 32.07 | - |
| YUV | 91.31 | 162.81 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 107 | 153 | 0.76 | 0.30 | 0 | 0.4 | 203.79 | 0.61 | 0.37 |
| Hex | 25 | 6B | 99 | 4C | 1E | 0 | 28 | CC | 3D | 25 |
| Octal | 45 | 153 | 231 | 114 | 36 | 0 | 50 | 314 | 75 | 45 |
| Binary | 100101 | 1101011 | 10011001 | 1001100 | 11110 | 0 | 101000 | 11001100 | 111101 | 100101 |
Color Harmonies of #256B99
Complementary color
Monochromatic Colors of #256B99
Black with #256B99
Text Example
Text Example
White with #256B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256B99; }
p { color: rgb(37,107,153); }
H1.HeaderClassName
{
color: #256B99;
}
.AnyTagClassName
{
color: #256B99;
}
</style>
background-color css
<style>
a { background-color: #256B99; }
a { background-color: rgb(37,107,153); }
div.DivClassName
{
background-color: #256B99;
}
.BgClassName
{
background-color: #256B99;
}
</style>
border-color css
<style>
span { border-color: #256B99; }
span { border-color: rgb(37,107,153); }
td.TdClassName
{
border-color: #256B99;
}
.TagClassName
{
border-color: #256B99;
}
</style>