Shades of Lochmara #256FA0
Tints of Lochmara #256FA0
RGB
CMYK
RGB Variations
Color information
#256FA0 (or 0x256FA0) is known color: Lochmara. HEX triplet: 25, 6F and A0. RGB value is (37,111,160). Sum of RGB (Red+Green+Blue) = 37+111+160=308 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.01% from 308); Green value is 111 (43.75% from 255 or 36.04% from 308); Blue value is 160 (62.89% from 255 or 51.95% from 308); Max value from RGB is 160 - color contains mainly: blue. Hex color #256FA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256FA0 is #DA905F. Grayscale: #5E5E5E. Windows color (decimal): -14323808 or 10514213. OLE color: 10514213.
HSL color Cylindrical-coordinate representation of color #256FA0: hue angle of 203.9º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #256FA0 is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 37 | 111 | 160 | - |
| CMYK | 0.77 | 0.31 | 0 | 0.37 |
| HSL | 203.9º | 0.62% | 0.39% | - |
| HSV(B) | 203.9º | 0.77% | 0.63% | - |
| XYZ | 12.79 | 14.3 | 35.34 | - |
| YUV | 94.46 | 164.98 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 111 | 160 | 0.77 | 0.31 | 0 | 0.37 | 203.9 | 0.62 | 0.39 |
| Hex | 25 | 6F | A0 | 4D | 1F | 0 | 25 | CC | 3E | 27 |
| Octal | 45 | 157 | 240 | 115 | 37 | 0 | 45 | 314 | 76 | 47 |
| Binary | 100101 | 1101111 | 10100000 | 1001101 | 11111 | 0 | 100101 | 11001100 | 111110 | 100111 |
Color Harmonies of #256FA0
Complementary color
Monochromatic Colors of #256FA0
Black with #256FA0
Text Example
Text Example
White with #256FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256FA0; }
p { color: rgb(37,111,160); }
H1.HeaderClassName
{
color: #256FA0;
}
.AnyTagClassName
{
color: #256FA0;
}
</style>
background-color css
<style>
a { background-color: #256FA0; }
a { background-color: rgb(37,111,160); }
div.DivClassName
{
background-color: #256FA0;
}
.BgClassName
{
background-color: #256FA0;
}
</style>
border-color css
<style>
span { border-color: #256FA0; }
span { border-color: rgb(37,111,160); }
td.TdClassName
{
border-color: #256FA0;
}
.TagClassName
{
border-color: #256FA0;
}
</style>