Shades of Lochmara #256E97
Tints of Lochmara #256E97
RGB
CMYK
RGB Variations
Color information
#256E97 (or 0x256E97) is known color: Lochmara. HEX triplet: 25, 6E and 97. RGB value is (37,110,151). Sum of RGB (Red+Green+Blue) = 37+110+151=298 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.42% from 298); Green value is 110 (43.36% from 255 or 36.91% from 298); Blue value is 151 (59.38% from 255 or 50.67% from 298); Max value from RGB is 151 - color contains mainly: blue. Hex color #256E97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256E97 is #DA9168. Grayscale: #5C5C5C. Windows color (decimal): -14324073 or 9924133. OLE color: 9924133.
HSL color Cylindrical-coordinate representation of color #256E97: hue angle of 201.58º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #256E97 is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 37 | 110 | 151 | - |
| CMYK | 0.75 | 0.27 | 0 | 0.41 |
| HSL | 201.58º | 0.61% | 0.37% | - |
| HSV(B) | 201.58º | 0.75% | 0.59% | - |
| XYZ | 11.92 | 13.78 | 31.31 | - |
| YUV | 92.85 | 160.82 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 110 | 151 | 0.75 | 0.27 | 0 | 0.41 | 201.58 | 0.61 | 0.37 |
| Hex | 25 | 6E | 97 | 4B | 1B | 0 | 29 | CA | 3D | 25 |
| Octal | 45 | 156 | 227 | 113 | 33 | 0 | 51 | 312 | 75 | 45 |
| Binary | 100101 | 1101110 | 10010111 | 1001011 | 11011 | 0 | 101001 | 11001010 | 111101 | 100101 |
Color Harmonies of #256E97
Complementary color
Monochromatic Colors of #256E97
Black with #256E97
Text Example
Text Example
White with #256E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256E97; }
p { color: rgb(37,110,151); }
H1.HeaderClassName
{
color: #256E97;
}
.AnyTagClassName
{
color: #256E97;
}
</style>
background-color css
<style>
a { background-color: #256E97; }
a { background-color: rgb(37,110,151); }
div.DivClassName
{
background-color: #256E97;
}
.BgClassName
{
background-color: #256E97;
}
</style>
border-color css
<style>
span { border-color: #256E97; }
span { border-color: rgb(37,110,151); }
td.TdClassName
{
border-color: #256E97;
}
.TagClassName
{
border-color: #256E97;
}
</style>