Shades of Lochmara #256C94
Tints of Lochmara #256C94
RGB
CMYK
RGB Variations
Color information
#256C94 (or 0x256C94) is known color: Lochmara. HEX triplet: 25, 6C and 94. RGB value is (37,108,148). Sum of RGB (Red+Green+Blue) = 37+108+148=293 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.63% from 293); Green value is 108 (42.58% from 255 or 36.86% from 293); Blue value is 148 (58.20% from 255 or 50.51% from 293); Max value from RGB is 148 - color contains mainly: blue. Hex color #256C94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256C94 is #DA936B. Grayscale: #5B5B5B. Windows color (decimal): -14324588 or 9727013. OLE color: 9727013.
HSL color Cylindrical-coordinate representation of color #256C94: hue angle of 201.62º 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 #256C94 is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 37 | 108 | 148 | - |
| CMYK | 0.75 | 0.27 | 0 | 0.42 |
| HSL | 201.62º | 0.6% | 0.36% | - |
| HSV(B) | 201.62º | 0.75% | 0.58% | - |
| XYZ | 11.47 | 13.26 | 29.97 | - |
| YUV | 91.33 | 159.98 | 89.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 108 | 148 | 0.75 | 0.27 | 0 | 0.42 | 201.62 | 0.6 | 0.36 |
| Hex | 25 | 6C | 94 | 4B | 1B | 0 | 2A | CA | 3C | 24 |
| Octal | 45 | 154 | 224 | 113 | 33 | 0 | 52 | 312 | 74 | 44 |
| Binary | 100101 | 1101100 | 10010100 | 1001011 | 11011 | 0 | 101010 | 11001010 | 111100 | 100100 |
Color Harmonies of #256C94
Complementary color
Monochromatic Colors of #256C94
Black with #256C94
Text Example
Text Example
White with #256C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256C94; }
p { color: rgb(37,108,148); }
H1.HeaderClassName
{
color: #256C94;
}
.AnyTagClassName
{
color: #256C94;
}
</style>
background-color css
<style>
a { background-color: #256C94; }
a { background-color: rgb(37,108,148); }
div.DivClassName
{
background-color: #256C94;
}
.BgClassName
{
background-color: #256C94;
}
</style>
border-color css
<style>
span { border-color: #256C94; }
span { border-color: rgb(37,108,148); }
td.TdClassName
{
border-color: #256C94;
}
.TagClassName
{
border-color: #256C94;
}
</style>