Shades of Lochmara #256598
Tints of Lochmara #256598
RGB
CMYK
RGB Variations
Color information
#256598 (or 0x256598) is known color: Lochmara. HEX triplet: 25, 65 and 98. RGB value is (37,101,152). Sum of RGB (Red+Green+Blue) = 37+101+152=290 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.76% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 152 (59.77% from 255 or 52.41% from 290); Max value from RGB is 152 - color contains mainly: blue. Hex color #256598 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256598 is #DA9A67. Grayscale: #575757. Windows color (decimal): -14326376 or 9987365. OLE color: 9987365.
HSL color Cylindrical-coordinate representation of color #256598: hue angle of 206.61º 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 #256598 is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 101 | 152 | - |
| CMYK | 0.76 | 0.34 | 0 | 0.40 |
| HSL | 206.61º | 0.61% | 0.37% | - |
| HSV(B) | 206.61º | 0.76% | 0.6% | - |
| XYZ | 11.08 | 11.97 | 31.43 | - |
| YUV | 87.68 | 164.3 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 101 | 152 | 0.76 | 0.34 | 0 | 0.40 | 206.61 | 0.61 | 0.37 |
| Hex | 25 | 65 | 98 | 4C | 22 | 0 | 28 | CF | 3D | 25 |
| Octal | 45 | 145 | 230 | 114 | 42 | 0 | 50 | 317 | 75 | 45 |
| Binary | 100101 | 1100101 | 10011000 | 1001100 | 100010 | 0 | 101000 | 11001111 | 111101 | 100101 |
Color Harmonies of #256598
Complementary color
Monochromatic Colors of #256598
Black with #256598
Text Example
Text Example
White with #256598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256598; }
p { color: rgb(37,101,152); }
H1.HeaderClassName
{
color: #256598;
}
.AnyTagClassName
{
color: #256598;
}
</style>
background-color css
<style>
a { background-color: #256598; }
a { background-color: rgb(37,101,152); }
div.DivClassName
{
background-color: #256598;
}
.BgClassName
{
background-color: #256598;
}
</style>
border-color css
<style>
span { border-color: #256598; }
span { border-color: rgb(37,101,152); }
td.TdClassName
{
border-color: #256598;
}
.TagClassName
{
border-color: #256598;
}
</style>