Shades of Lochmara #256FA5
Tints of Lochmara #256FA5
RGB
CMYK
RGB Variations
Color information
#256FA5 (or 0x256FA5) is known color: Lochmara. HEX triplet: 25, 6F and A5. RGB value is (37,111,165). Sum of RGB (Red+Green+Blue) = 37+111+165=313 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.82% from 313); Green value is 111 (43.75% from 255 or 35.46% from 313); Blue value is 165 (64.84% from 255 or 52.72% from 313); Max value from RGB is 165 - color contains mainly: blue. Hex color #256FA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256FA5 is #DA905A. Grayscale: #5E5E5E. Windows color (decimal): -14323803 or 10841893. OLE color: 10841893.
HSL color Cylindrical-coordinate representation of color #256FA5: hue angle of 205.31º degrees, saturation: 0.63, 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 #256FA5 is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 37 | 111 | 165 | - |
| CMYK | 0.78 | 0.33 | 0 | 0.35 |
| HSL | 205.31º | 0.63% | 0.4% | - |
| HSV(B) | 205.31º | 0.78% | 0.65% | - |
| XYZ | 13.24 | 14.48 | 37.69 | - |
| YUV | 95.03 | 167.48 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 111 | 165 | 0.78 | 0.33 | 0 | 0.35 | 205.31 | 0.63 | 0.4 |
| Hex | 25 | 6F | A5 | 4E | 21 | 0 | 23 | CD | 3F | 28 |
| Octal | 45 | 157 | 245 | 116 | 41 | 0 | 43 | 315 | 77 | 50 |
| Binary | 100101 | 1101111 | 10100101 | 1001110 | 100001 | 0 | 100011 | 11001101 | 111111 | 101000 |
Color Harmonies of #256FA5
Complementary color
Monochromatic Colors of #256FA5
Black with #256FA5
Text Example
Text Example
White with #256FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256FA5; }
p { color: rgb(37,111,165); }
H1.HeaderClassName
{
color: #256FA5;
}
.AnyTagClassName
{
color: #256FA5;
}
</style>
background-color css
<style>
a { background-color: #256FA5; }
a { background-color: rgb(37,111,165); }
div.DivClassName
{
background-color: #256FA5;
}
.BgClassName
{
background-color: #256FA5;
}
</style>
border-color css
<style>
span { border-color: #256FA5; }
span { border-color: rgb(37,111,165); }
td.TdClassName
{
border-color: #256FA5;
}
.TagClassName
{
border-color: #256FA5;
}
</style>