Shades of Lochmara #256CA2
Tints of Lochmara #256CA2
RGB
CMYK
RGB Variations
Color information
#256CA2 (or 0x256CA2) is known color: Lochmara. HEX triplet: 25, 6C and A2. RGB value is (37,108,162). Sum of RGB (Red+Green+Blue) = 37+108+162=307 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.05% from 307); Green value is 108 (42.58% from 255 or 35.18% from 307); Blue value is 162 (63.67% from 255 or 52.77% from 307); Max value from RGB is 162 - color contains mainly: blue. Hex color #256CA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256CA2 is #DA935D. Grayscale: #5C5C5C. Windows color (decimal): -14324574 or 10644517. OLE color: 10644517.
HSL color Cylindrical-coordinate representation of color #256CA2: hue angle of 205.92º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #256CA2 is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 37 | 108 | 162 | - |
| CMYK | 0.77 | 0.33 | 0 | 0.36 |
| HSL | 205.92º | 0.63% | 0.39% | - |
| HSV(B) | 205.92º | 0.77% | 0.64% | - |
| XYZ | 12.65 | 13.73 | 36.17 | - |
| YUV | 92.93 | 166.98 | 88.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 108 | 162 | 0.77 | 0.33 | 0 | 0.36 | 205.92 | 0.63 | 0.39 |
| Hex | 25 | 6C | A2 | 4D | 21 | 0 | 24 | CE | 3F | 27 |
| Octal | 45 | 154 | 242 | 115 | 41 | 0 | 44 | 316 | 77 | 47 |
| Binary | 100101 | 1101100 | 10100010 | 1001101 | 100001 | 0 | 100100 | 11001110 | 111111 | 100111 |
Color Harmonies of #256CA2
Complementary color
Monochromatic Colors of #256CA2
Black with #256CA2
Text Example
Text Example
White with #256CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256CA2; }
p { color: rgb(37,108,162); }
H1.HeaderClassName
{
color: #256CA2;
}
.AnyTagClassName
{
color: #256CA2;
}
</style>
background-color css
<style>
a { background-color: #256CA2; }
a { background-color: rgb(37,108,162); }
div.DivClassName
{
background-color: #256CA2;
}
.BgClassName
{
background-color: #256CA2;
}
</style>
border-color css
<style>
span { border-color: #256CA2; }
span { border-color: rgb(37,108,162); }
td.TdClassName
{
border-color: #256CA2;
}
.TagClassName
{
border-color: #256CA2;
}
</style>