Shades of Lochmara #256992
Tints of Lochmara #256992
RGB
CMYK
RGB Variations
Color information
#256992 (or 0x256992) is known color: Lochmara. HEX triplet: 25, 69 and 92. RGB value is (37,105,146). Sum of RGB (Red+Green+Blue) = 37+105+146=288 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.85% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 146 (57.42% from 255 or 50.69% from 288); Max value from RGB is 146 - color contains mainly: blue. Hex color #256992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256992 is #DA966D. Grayscale: #595959. Windows color (decimal): -14325358 or 9595173. OLE color: 9595173.
HSL color Cylindrical-coordinate representation of color #256992: hue angle of 202.57º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #256992 is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 37 | 105 | 146 | - |
| CMYK | 0.75 | 0.28 | 0 | 0.43 |
| HSL | 202.57º | 0.6% | 0.36% | - |
| HSV(B) | 202.57º | 0.75% | 0.57% | - |
| XYZ | 11 | 12.57 | 29.04 | - |
| YUV | 89.34 | 159.97 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 105 | 146 | 0.75 | 0.28 | 0 | 0.43 | 202.57 | 0.6 | 0.36 |
| Hex | 25 | 69 | 92 | 4B | 1C | 0 | 2B | CB | 3C | 24 |
| Octal | 45 | 151 | 222 | 113 | 34 | 0 | 53 | 313 | 74 | 44 |
| Binary | 100101 | 1101001 | 10010010 | 1001011 | 11100 | 0 | 101011 | 11001011 | 111100 | 100100 |
Color Harmonies of #256992
Complementary color
Monochromatic Colors of #256992
Black with #256992
Text Example
Text Example
White with #256992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256992; }
p { color: rgb(37,105,146); }
H1.HeaderClassName
{
color: #256992;
}
.AnyTagClassName
{
color: #256992;
}
</style>
background-color css
<style>
a { background-color: #256992; }
a { background-color: rgb(37,105,146); }
div.DivClassName
{
background-color: #256992;
}
.BgClassName
{
background-color: #256992;
}
</style>
border-color css
<style>
span { border-color: #256992; }
span { border-color: rgb(37,105,146); }
td.TdClassName
{
border-color: #256992;
}
.TagClassName
{
border-color: #256992;
}
</style>