Shades of Lochmara #256599
Tints of Lochmara #256599
RGB
CMYK
RGB Variations
Color information
#256599 (or 0x256599) is known color: Lochmara. HEX triplet: 25, 65 and 99. RGB value is (37,101,153). Sum of RGB (Red+Green+Blue) = 37+101+153=291 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.71% from 291); Green value is 101 (39.84% from 255 or 34.71% from 291); Blue value is 153 (60.16% from 255 or 52.58% from 291); Max value from RGB is 153 - color contains mainly: blue. Hex color #256599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256599 is #DA9A66. Grayscale: #575757. Windows color (decimal): -14326375 or 10052901. OLE color: 10052901.
HSL color Cylindrical-coordinate representation of color #256599: hue angle of 206.9º 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 #256599 is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 37 | 101 | 153 | - |
| CMYK | 0.76 | 0.34 | 0 | 0.4 |
| HSL | 206.9º | 0.61% | 0.37% | - |
| HSV(B) | 206.9º | 0.76% | 0.6% | - |
| XYZ | 11.17 | 12 | 31.86 | - |
| YUV | 87.79 | 164.8 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 101 | 153 | 0.76 | 0.34 | 0 | 0.4 | 206.9 | 0.61 | 0.37 |
| Hex | 25 | 65 | 99 | 4C | 22 | 0 | 28 | CF | 3D | 25 |
| Octal | 45 | 145 | 231 | 114 | 42 | 0 | 50 | 317 | 75 | 45 |
| Binary | 100101 | 1100101 | 10011001 | 1001100 | 100010 | 0 | 101000 | 11001111 | 111101 | 100101 |
Color Harmonies of #256599
Complementary color
Monochromatic Colors of #256599
Black with #256599
Text Example
Text Example
White with #256599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256599; }
p { color: rgb(37,101,153); }
H1.HeaderClassName
{
color: #256599;
}
.AnyTagClassName
{
color: #256599;
}
</style>
background-color css
<style>
a { background-color: #256599; }
a { background-color: rgb(37,101,153); }
div.DivClassName
{
background-color: #256599;
}
.BgClassName
{
background-color: #256599;
}
</style>
border-color css
<style>
span { border-color: #256599; }
span { border-color: rgb(37,101,153); }
td.TdClassName
{
border-color: #256599;
}
.TagClassName
{
border-color: #256599;
}
</style>