Shades of Lochmara #256E9B
Tints of Lochmara #256E9B
RGB
CMYK
RGB Variations
Color information
#256E9B (or 0x256E9B) is known color: Lochmara. HEX triplet: 25, 6E and 9B. RGB value is (37,110,155). Sum of RGB (Red+Green+Blue) = 37+110+155=302 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.25% from 302); Green value is 110 (43.36% from 255 or 36.42% from 302); Blue value is 155 (60.94% from 255 or 51.32% from 302); Max value from RGB is 155 - color contains mainly: blue. Hex color #256E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256E9B is #DA9164. Grayscale: #5D5D5D. Windows color (decimal): -14324069 or 10186277. OLE color: 10186277.
HSL color Cylindrical-coordinate representation of color #256E9B: hue angle of 202.88º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #256E9B is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 37 | 110 | 155 | - |
| CMYK | 0.76 | 0.29 | 0 | 0.39 |
| HSL | 202.88º | 0.61% | 0.38% | - |
| HSV(B) | 202.88º | 0.76% | 0.61% | - |
| XYZ | 12.26 | 13.91 | 33.05 | - |
| YUV | 93.3 | 162.82 | 87.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 110 | 155 | 0.76 | 0.29 | 0 | 0.39 | 202.88 | 0.61 | 0.38 |
| Hex | 25 | 6E | 9B | 4C | 1D | 0 | 27 | CB | 3D | 26 |
| Octal | 45 | 156 | 233 | 114 | 35 | 0 | 47 | 313 | 75 | 46 |
| Binary | 100101 | 1101110 | 10011011 | 1001100 | 11101 | 0 | 100111 | 11001011 | 111101 | 100110 |
Color Harmonies of #256E9B
Complementary color
Monochromatic Colors of #256E9B
Black with #256E9B
Text Example
Text Example
White with #256E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256E9B; }
p { color: rgb(37,110,155); }
H1.HeaderClassName
{
color: #256E9B;
}
.AnyTagClassName
{
color: #256E9B;
}
</style>
background-color css
<style>
a { background-color: #256E9B; }
a { background-color: rgb(37,110,155); }
div.DivClassName
{
background-color: #256E9B;
}
.BgClassName
{
background-color: #256E9B;
}
</style>
border-color css
<style>
span { border-color: #256E9B; }
span { border-color: rgb(37,110,155); }
td.TdClassName
{
border-color: #256E9B;
}
.TagClassName
{
border-color: #256E9B;
}
</style>