Shades of Lochmara #256F95
Tints of Lochmara #256F95
RGB
CMYK
RGB Variations
Color information
#256F95 (or 0x256F95) is known color: Lochmara. HEX triplet: 25, 6F and 95. RGB value is (37,111,149). Sum of RGB (Red+Green+Blue) = 37+111+149=297 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.46% from 297); Green value is 111 (43.75% from 255 or 37.37% from 297); Blue value is 149 (58.59% from 255 or 50.17% from 297); Max value from RGB is 149 - color contains mainly: blue. Hex color #256F95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256F95 is #DA906A. Grayscale: #5C5C5C. Windows color (decimal): -14323819 or 9793317. OLE color: 9793317.
HSL color Cylindrical-coordinate representation of color #256F95: hue angle of 200.36º 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 #256F95 is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 111 | 149 | - |
| CMYK | 0.75 | 0.26 | 0 | 0.42 |
| HSL | 200.36º | 0.6% | 0.36% | - |
| HSV(B) | 200.36º | 0.75% | 0.58% | - |
| XYZ | 11.87 | 13.93 | 30.5 | - |
| YUV | 93.21 | 159.48 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 111 | 149 | 0.75 | 0.26 | 0 | 0.42 | 200.36 | 0.6 | 0.36 |
| Hex | 25 | 6F | 95 | 4B | 1A | 0 | 2A | C8 | 3C | 24 |
| Octal | 45 | 157 | 225 | 113 | 32 | 0 | 52 | 310 | 74 | 44 |
| Binary | 100101 | 1101111 | 10010101 | 1001011 | 11010 | 0 | 101010 | 11001000 | 111100 | 100100 |
Color Harmonies of #256F95
Complementary color
Monochromatic Colors of #256F95
Black with #256F95
Text Example
Text Example
White with #256F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256F95; }
p { color: rgb(37,111,149); }
H1.HeaderClassName
{
color: #256F95;
}
.AnyTagClassName
{
color: #256F95;
}
</style>
background-color css
<style>
a { background-color: #256F95; }
a { background-color: rgb(37,111,149); }
div.DivClassName
{
background-color: #256F95;
}
.BgClassName
{
background-color: #256F95;
}
</style>
border-color css
<style>
span { border-color: #256F95; }
span { border-color: rgb(37,111,149); }
td.TdClassName
{
border-color: #256F95;
}
.TagClassName
{
border-color: #256F95;
}
</style>