Shades of Lochmara #256BAD
Tints of Lochmara #256BAD
RGB
CMYK
RGB Variations
Color information
#256BAD (or 0x256BAD) is known color: Lochmara. HEX triplet: 25, 6B and AD. RGB value is (37,107,173). Sum of RGB (Red+Green+Blue) = 37+107+173=317 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.67% from 317); Green value is 107 (42.19% from 255 or 33.75% from 317); Blue value is 173 (67.97% from 255 or 54.57% from 317); Max value from RGB is 173 - color contains mainly: blue. Hex color #256BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256BAD is #DA9452. Grayscale: #5D5D5D. Windows color (decimal): -14324819 or 11365157. OLE color: 11365157.
HSL color Cylindrical-coordinate representation of color #256BAD: hue angle of 209.12º 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 #256BAD is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 37 | 107 | 173 | - |
| CMYK | 0.79 | 0.38 | 0 | 0.32 |
| HSL | 209.12º | 0.65% | 0.41% | - |
| HSV(B) | 209.12º | 0.79% | 0.68% | - |
| XYZ | 13.56 | 13.93 | 41.51 | - |
| YUV | 93.59 | 172.81 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 107 | 173 | 0.79 | 0.38 | 0 | 0.32 | 209.12 | 0.65 | 0.41 |
| Hex | 25 | 6B | AD | 4F | 26 | 0 | 20 | D1 | 41 | 29 |
| Octal | 45 | 153 | 255 | 117 | 46 | 0 | 40 | 321 | 101 | 51 |
| Binary | 100101 | 1101011 | 10101101 | 1001111 | 100110 | 0 | 100000 | 11010001 | 1000001 | 101001 |
Color Harmonies of #256BAD
Complementary color
Monochromatic Colors of #256BAD
Black with #256BAD
Text Example
Text Example
White with #256BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256BAD; }
p { color: rgb(37,107,173); }
H1.HeaderClassName
{
color: #256BAD;
}
.AnyTagClassName
{
color: #256BAD;
}
</style>
background-color css
<style>
a { background-color: #256BAD; }
a { background-color: rgb(37,107,173); }
div.DivClassName
{
background-color: #256BAD;
}
.BgClassName
{
background-color: #256BAD;
}
</style>
border-color css
<style>
span { border-color: #256BAD; }
span { border-color: rgb(37,107,173); }
td.TdClassName
{
border-color: #256BAD;
}
.TagClassName
{
border-color: #256BAD;
}
</style>