Shades of Lochmara #256AAC
Tints of Lochmara #256AAC
RGB
CMYK
RGB Variations
Color information
#256AAC (or 0x256AAC) is known color: Lochmara. HEX triplet: 25, 6A and AC. RGB value is (37,106,172). Sum of RGB (Red+Green+Blue) = 37+106+172=315 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.75% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #256AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256AAC is #DA9553. Grayscale: #5C5C5C. Windows color (decimal): -14325076 or 11299365. OLE color: 11299365.
HSL color Cylindrical-coordinate representation of color #256AAC: hue angle of 209.33º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #256AAC is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 106 | 172 | - |
| CMYK | 0.78 | 0.38 | 0 | 0.33 |
| HSL | 209.33º | 0.65% | 0.41% | - |
| HSV(B) | 209.33º | 0.78% | 0.67% | - |
| XYZ | 13.36 | 13.68 | 40.97 | - |
| YUV | 92.89 | 172.64 | 88.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 106 | 172 | 0.78 | 0.38 | 0 | 0.33 | 209.33 | 0.65 | 0.41 |
| Hex | 25 | 6A | AC | 4E | 26 | 0 | 21 | D1 | 41 | 29 |
| Octal | 45 | 152 | 254 | 116 | 46 | 0 | 41 | 321 | 101 | 51 |
| Binary | 100101 | 1101010 | 10101100 | 1001110 | 100110 | 0 | 100001 | 11010001 | 1000001 | 101001 |
Color Harmonies of #256AAC
Complementary color
Monochromatic Colors of #256AAC
Black with #256AAC
Text Example
Text Example
White with #256AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256AAC; }
p { color: rgb(37,106,172); }
H1.HeaderClassName
{
color: #256AAC;
}
.AnyTagClassName
{
color: #256AAC;
}
</style>
background-color css
<style>
a { background-color: #256AAC; }
a { background-color: rgb(37,106,172); }
div.DivClassName
{
background-color: #256AAC;
}
.BgClassName
{
background-color: #256AAC;
}
</style>
border-color css
<style>
span { border-color: #256AAC; }
span { border-color: rgb(37,106,172); }
td.TdClassName
{
border-color: #256AAC;
}
.TagClassName
{
border-color: #256AAC;
}
</style>