Shades of Lochmara #256FA7
Tints of Lochmara #256FA7
RGB
CMYK
RGB Variations
Color information
#256FA7 (or 0x256FA7) is known color: Lochmara. HEX triplet: 25, 6F and A7. RGB value is (37,111,167). Sum of RGB (Red+Green+Blue) = 37+111+167=315 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.75% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 167 (65.62% from 255 or 53.02% from 315); Max value from RGB is 167 - color contains mainly: blue. Hex color #256FA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256FA7 is #DA9058. Grayscale: #5E5E5E. Windows color (decimal): -14323801 or 10972965. OLE color: 10972965.
HSL color Cylindrical-coordinate representation of color #256FA7: hue angle of 205.85º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #256FA7 is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 37 | 111 | 167 | - |
| CMYK | 0.78 | 0.34 | 0 | 0.35 |
| HSL | 205.85º | 0.64% | 0.4% | - |
| HSV(B) | 205.85º | 0.78% | 0.65% | - |
| XYZ | 13.42 | 14.55 | 38.66 | - |
| YUV | 95.26 | 168.48 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 111 | 167 | 0.78 | 0.34 | 0 | 0.35 | 205.85 | 0.64 | 0.4 |
| Hex | 25 | 6F | A7 | 4E | 22 | 0 | 23 | CE | 40 | 28 |
| Octal | 45 | 157 | 247 | 116 | 42 | 0 | 43 | 316 | 100 | 50 |
| Binary | 100101 | 1101111 | 10100111 | 1001110 | 100010 | 0 | 100011 | 11001110 | 1000000 | 101000 |
Color Harmonies of #256FA7
Complementary color
Monochromatic Colors of #256FA7
Black with #256FA7
Text Example
Text Example
White with #256FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256FA7; }
p { color: rgb(37,111,167); }
H1.HeaderClassName
{
color: #256FA7;
}
.AnyTagClassName
{
color: #256FA7;
}
</style>
background-color css
<style>
a { background-color: #256FA7; }
a { background-color: rgb(37,111,167); }
div.DivClassName
{
background-color: #256FA7;
}
.BgClassName
{
background-color: #256FA7;
}
</style>
border-color css
<style>
span { border-color: #256FA7; }
span { border-color: rgb(37,111,167); }
td.TdClassName
{
border-color: #256FA7;
}
.TagClassName
{
border-color: #256FA7;
}
</style>