Shades of Lochmara #256A96
Tints of Lochmara #256A96
RGB
CMYK
RGB Variations
Color information
#256A96 (or 0x256A96) is known color: Lochmara. HEX triplet: 25, 6A and 96. RGB value is (37,106,150). Sum of RGB (Red+Green+Blue) = 37+106+150=293 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.63% from 293); Green value is 106 (41.80% from 255 or 36.18% from 293); Blue value is 150 (58.98% from 255 or 51.19% from 293); Max value from RGB is 150 - color contains mainly: blue. Hex color #256A96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256A96 is #DA9569. Grayscale: #5A5A5A. Windows color (decimal): -14325098 or 9857573. OLE color: 9857573.
HSL color Cylindrical-coordinate representation of color #256A96: hue angle of 203.36º degrees, saturation: 0.6, 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 #256A96 is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 37 | 106 | 150 | - |
| CMYK | 0.75 | 0.29 | 0 | 0.41 |
| HSL | 203.36º | 0.6% | 0.37% | - |
| HSV(B) | 203.36º | 0.75% | 0.59% | - |
| XYZ | 11.42 | 12.9 | 30.74 | - |
| YUV | 90.39 | 161.64 | 89.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 106 | 150 | 0.75 | 0.29 | 0 | 0.41 | 203.36 | 0.6 | 0.37 |
| Hex | 25 | 6A | 96 | 4B | 1D | 0 | 29 | CB | 3C | 25 |
| Octal | 45 | 152 | 226 | 113 | 35 | 0 | 51 | 313 | 74 | 45 |
| Binary | 100101 | 1101010 | 10010110 | 1001011 | 11101 | 0 | 101001 | 11001011 | 111100 | 100101 |
Color Harmonies of #256A96
Complementary color
Monochromatic Colors of #256A96
Black with #256A96
Text Example
Text Example
White with #256A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256A96; }
p { color: rgb(37,106,150); }
H1.HeaderClassName
{
color: #256A96;
}
.AnyTagClassName
{
color: #256A96;
}
</style>
background-color css
<style>
a { background-color: #256A96; }
a { background-color: rgb(37,106,150); }
div.DivClassName
{
background-color: #256A96;
}
.BgClassName
{
background-color: #256A96;
}
</style>
border-color css
<style>
span { border-color: #256A96; }
span { border-color: rgb(37,106,150); }
td.TdClassName
{
border-color: #256A96;
}
.TagClassName
{
border-color: #256A96;
}
</style>