Shades of Lochmara #256B98
Tints of Lochmara #256B98
RGB
CMYK
RGB Variations
Color information
#256B98 (or 0x256B98) is known color: Lochmara. HEX triplet: 25, 6B and 98. RGB value is (37,107,152). Sum of RGB (Red+Green+Blue) = 37+107+152=296 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.5% from 296); Green value is 107 (42.19% from 255 or 36.15% from 296); Blue value is 152 (59.77% from 255 or 51.35% from 296); Max value from RGB is 152 - color contains mainly: blue. Hex color #256B98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256B98 is #DA9467. Grayscale: #5A5A5A. Windows color (decimal): -14324840 or 9988901. OLE color: 9988901.
HSL color Cylindrical-coordinate representation of color #256B98: hue angle of 203.48º 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 #256B98 is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 37 | 107 | 152 | - |
| CMYK | 0.76 | 0.30 | 0 | 0.40 |
| HSL | 203.48º | 0.61% | 0.37% | - |
| HSV(B) | 203.48º | 0.76% | 0.6% | - |
| XYZ | 11.69 | 13.18 | 31.63 | - |
| YUV | 91.2 | 162.31 | 89.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 107 | 152 | 0.76 | 0.30 | 0 | 0.40 | 203.48 | 0.61 | 0.37 |
| Hex | 25 | 6B | 98 | 4C | 1E | 0 | 28 | CB | 3D | 25 |
| Octal | 45 | 153 | 230 | 114 | 36 | 0 | 50 | 313 | 75 | 45 |
| Binary | 100101 | 1101011 | 10011000 | 1001100 | 11110 | 0 | 101000 | 11001011 | 111101 | 100101 |
Color Harmonies of #256B98
Complementary color
Monochromatic Colors of #256B98
Black with #256B98
Text Example
Text Example
White with #256B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256B98; }
p { color: rgb(37,107,152); }
H1.HeaderClassName
{
color: #256B98;
}
.AnyTagClassName
{
color: #256B98;
}
</style>
background-color css
<style>
a { background-color: #256B98; }
a { background-color: rgb(37,107,152); }
div.DivClassName
{
background-color: #256B98;
}
.BgClassName
{
background-color: #256B98;
}
</style>
border-color css
<style>
span { border-color: #256B98; }
span { border-color: rgb(37,107,152); }
td.TdClassName
{
border-color: #256B98;
}
.TagClassName
{
border-color: #256B98;
}
</style>