Shades of Lochmara #256994
Tints of Lochmara #256994
RGB
CMYK
RGB Variations
Color information
#256994 (or 0x256994) is known color: Lochmara. HEX triplet: 25, 69 and 94. RGB value is (37,105,148). Sum of RGB (Red+Green+Blue) = 37+105+148=290 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.76% from 290); Green value is 105 (41.41% from 255 or 36.21% from 290); Blue value is 148 (58.20% from 255 or 51.03% from 290); Max value from RGB is 148 - color contains mainly: blue. Hex color #256994 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256994 is #DA966B. Grayscale: #595959. Windows color (decimal): -14325356 or 9726245. OLE color: 9726245.
HSL color Cylindrical-coordinate representation of color #256994: hue angle of 203.24º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #256994 is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 105 | 148 | - |
| CMYK | 0.75 | 0.29 | 0 | 0.42 |
| HSL | 203.24º | 0.6% | 0.36% | - |
| HSV(B) | 203.24º | 0.75% | 0.58% | - |
| XYZ | 11.16 | 12.63 | 29.87 | - |
| YUV | 89.57 | 160.97 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 105 | 148 | 0.75 | 0.29 | 0 | 0.42 | 203.24 | 0.6 | 0.36 |
| Hex | 25 | 69 | 94 | 4B | 1D | 0 | 2A | CB | 3C | 24 |
| Octal | 45 | 151 | 224 | 113 | 35 | 0 | 52 | 313 | 74 | 44 |
| Binary | 100101 | 1101001 | 10010100 | 1001011 | 11101 | 0 | 101010 | 11001011 | 111100 | 100100 |
Color Harmonies of #256994
Complementary color
Monochromatic Colors of #256994
Black with #256994
Text Example
Text Example
White with #256994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256994; }
p { color: rgb(37,105,148); }
H1.HeaderClassName
{
color: #256994;
}
.AnyTagClassName
{
color: #256994;
}
</style>
background-color css
<style>
a { background-color: #256994; }
a { background-color: rgb(37,105,148); }
div.DivClassName
{
background-color: #256994;
}
.BgClassName
{
background-color: #256994;
}
</style>
border-color css
<style>
span { border-color: #256994; }
span { border-color: rgb(37,105,148); }
td.TdClassName
{
border-color: #256994;
}
.TagClassName
{
border-color: #256994;
}
</style>