Shades of Lochmara #256AAD
Tints of Lochmara #256AAD
RGB
CMYK
RGB Variations
Color information
#256AAD (or 0x256AAD) is known color: Lochmara. HEX triplet: 25, 6A and AD. RGB value is (37,106,173). Sum of RGB (Red+Green+Blue) = 37+106+173=316 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.71% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 173 (67.97% from 255 or 54.75% from 316); Max value from RGB is 173 - color contains mainly: blue. Hex color #256AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256AAD is #DA9552. Grayscale: #5C5C5C. Windows color (decimal): -14325075 or 11364901. OLE color: 11364901.
HSL color Cylindrical-coordinate representation of color #256AAD: hue angle of 209.56º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #256AAD is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 37 | 106 | 173 | - |
| CMYK | 0.79 | 0.39 | 0 | 0.32 |
| HSL | 209.56º | 0.65% | 0.41% | - |
| HSV(B) | 209.56º | 0.79% | 0.68% | - |
| XYZ | 13.46 | 13.72 | 41.47 | - |
| YUV | 93.01 | 173.14 | 88.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 106 | 173 | 0.79 | 0.39 | 0 | 0.32 | 209.56 | 0.65 | 0.41 |
| Hex | 25 | 6A | AD | 4F | 27 | 0 | 20 | D2 | 41 | 29 |
| Octal | 45 | 152 | 255 | 117 | 47 | 0 | 40 | 322 | 101 | 51 |
| Binary | 100101 | 1101010 | 10101101 | 1001111 | 100111 | 0 | 100000 | 11010010 | 1000001 | 101001 |
Color Harmonies of #256AAD
Complementary color
Monochromatic Colors of #256AAD
Black with #256AAD
Text Example
Text Example
White with #256AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256AAD; }
p { color: rgb(37,106,173); }
H1.HeaderClassName
{
color: #256AAD;
}
.AnyTagClassName
{
color: #256AAD;
}
</style>
background-color css
<style>
a { background-color: #256AAD; }
a { background-color: rgb(37,106,173); }
div.DivClassName
{
background-color: #256AAD;
}
.BgClassName
{
background-color: #256AAD;
}
</style>
border-color css
<style>
span { border-color: #256AAD; }
span { border-color: rgb(37,106,173); }
td.TdClassName
{
border-color: #256AAD;
}
.TagClassName
{
border-color: #256AAD;
}
</style>