Shades of Lochmara #256CAC
Tints of Lochmara #256CAC
RGB
CMYK
RGB Variations
Color information
#256CAC (or 0x256CAC) is known color: Lochmara. HEX triplet: 25, 6C and AC. RGB value is (37,108,172). Sum of RGB (Red+Green+Blue) = 37+108+172=317 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.67% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #256CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256CAC is #DA9353. Grayscale: #5D5D5D. Windows color (decimal): -14324564 or 11299877. OLE color: 11299877.
HSL color Cylindrical-coordinate representation of color #256CAC: hue angle of 208.44º 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 #256CAC is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 108 | 172 | - |
| CMYK | 0.78 | 0.37 | 0 | 0.33 |
| HSL | 208.44º | 0.65% | 0.41% | - |
| HSV(B) | 208.44º | 0.78% | 0.67% | - |
| XYZ | 13.57 | 14.1 | 41.04 | - |
| YUV | 94.07 | 171.98 | 87.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 108 | 172 | 0.78 | 0.37 | 0 | 0.33 | 208.44 | 0.65 | 0.41 |
| Hex | 25 | 6C | AC | 4E | 25 | 0 | 21 | D0 | 41 | 29 |
| Octal | 45 | 154 | 254 | 116 | 45 | 0 | 41 | 320 | 101 | 51 |
| Binary | 100101 | 1101100 | 10101100 | 1001110 | 100101 | 0 | 100001 | 11010000 | 1000001 | 101001 |
Color Harmonies of #256CAC
Complementary color
Monochromatic Colors of #256CAC
Black with #256CAC
Text Example
Text Example
White with #256CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256CAC; }
p { color: rgb(37,108,172); }
H1.HeaderClassName
{
color: #256CAC;
}
.AnyTagClassName
{
color: #256CAC;
}
</style>
background-color css
<style>
a { background-color: #256CAC; }
a { background-color: rgb(37,108,172); }
div.DivClassName
{
background-color: #256CAC;
}
.BgClassName
{
background-color: #256CAC;
}
</style>
border-color css
<style>
span { border-color: #256CAC; }
span { border-color: rgb(37,108,172); }
td.TdClassName
{
border-color: #256CAC;
}
.TagClassName
{
border-color: #256CAC;
}
</style>