Shades of Lochmara #256BAC
Tints of Lochmara #256BAC
RGB
CMYK
RGB Variations
Color information
#256BAC (or 0x256BAC) is known color: Lochmara. HEX triplet: 25, 6B and AC. RGB value is (37,107,172). Sum of RGB (Red+Green+Blue) = 37+107+172=316 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.71% from 316); Green value is 107 (42.19% from 255 or 33.86% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #256BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256BAC is #DA9453. Grayscale: #5D5D5D. Windows color (decimal): -14324820 or 11299621. OLE color: 11299621.
HSL color Cylindrical-coordinate representation of color #256BAC: hue angle of 208.89º 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 #256BAC is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 107 | 172 | - |
| CMYK | 0.78 | 0.38 | 0 | 0.33 |
| HSL | 208.89º | 0.65% | 0.41% | - |
| HSV(B) | 208.89º | 0.78% | 0.67% | - |
| XYZ | 13.47 | 13.89 | 41 | - |
| YUV | 93.48 | 172.31 | 87.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 107 | 172 | 0.78 | 0.38 | 0 | 0.33 | 208.89 | 0.65 | 0.41 |
| Hex | 25 | 6B | AC | 4E | 26 | 0 | 21 | D1 | 41 | 29 |
| Octal | 45 | 153 | 254 | 116 | 46 | 0 | 41 | 321 | 101 | 51 |
| Binary | 100101 | 1101011 | 10101100 | 1001110 | 100110 | 0 | 100001 | 11010001 | 1000001 | 101001 |
Color Harmonies of #256BAC
Complementary color
Monochromatic Colors of #256BAC
Black with #256BAC
Text Example
Text Example
White with #256BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256BAC; }
p { color: rgb(37,107,172); }
H1.HeaderClassName
{
color: #256BAC;
}
.AnyTagClassName
{
color: #256BAC;
}
</style>
background-color css
<style>
a { background-color: #256BAC; }
a { background-color: rgb(37,107,172); }
div.DivClassName
{
background-color: #256BAC;
}
.BgClassName
{
background-color: #256BAC;
}
</style>
border-color css
<style>
span { border-color: #256BAC; }
span { border-color: rgb(37,107,172); }
td.TdClassName
{
border-color: #256BAC;
}
.TagClassName
{
border-color: #256BAC;
}
</style>