Shades of Lochmara #256D94
Tints of Lochmara #256D94
RGB
CMYK
RGB Variations
Color information
#256D94 (or 0x256D94) is known color: Lochmara. HEX triplet: 25, 6D and 94. RGB value is (37,109,148). Sum of RGB (Red+Green+Blue) = 37+109+148=294 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.59% from 294); Green value is 109 (42.97% from 255 or 37.07% from 294); Blue value is 148 (58.20% from 255 or 50.34% from 294); Max value from RGB is 148 - color contains mainly: blue. Hex color #256D94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256D94 is #DA926B. Grayscale: #5B5B5B. Windows color (decimal): -14324332 or 9727269. OLE color: 9727269.
HSL color Cylindrical-coordinate representation of color #256D94: hue angle of 201.08º 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 #256D94 is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 109 | 148 | - |
| CMYK | 0.75 | 0.26 | 0 | 0.42 |
| HSL | 201.08º | 0.6% | 0.36% | - |
| HSV(B) | 201.08º | 0.75% | 0.58% | - |
| XYZ | 11.58 | 13.47 | 30.01 | - |
| YUV | 91.92 | 159.65 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 109 | 148 | 0.75 | 0.26 | 0 | 0.42 | 201.08 | 0.6 | 0.36 |
| Hex | 25 | 6D | 94 | 4B | 1A | 0 | 2A | C9 | 3C | 24 |
| Octal | 45 | 155 | 224 | 113 | 32 | 0 | 52 | 311 | 74 | 44 |
| Binary | 100101 | 1101101 | 10010100 | 1001011 | 11010 | 0 | 101010 | 11001001 | 111100 | 100100 |
Color Harmonies of #256D94
Complementary color
Monochromatic Colors of #256D94
Black with #256D94
Text Example
Text Example
White with #256D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256D94; }
p { color: rgb(37,109,148); }
H1.HeaderClassName
{
color: #256D94;
}
.AnyTagClassName
{
color: #256D94;
}
</style>
background-color css
<style>
a { background-color: #256D94; }
a { background-color: rgb(37,109,148); }
div.DivClassName
{
background-color: #256D94;
}
.BgClassName
{
background-color: #256D94;
}
</style>
border-color css
<style>
span { border-color: #256D94; }
span { border-color: rgb(37,109,148); }
td.TdClassName
{
border-color: #256D94;
}
.TagClassName
{
border-color: #256D94;
}
</style>