Shades of Lochmara #256CAB
Tints of Lochmara #256CAB
RGB
CMYK
RGB Variations
Color information
#256CAB (or 0x256CAB) is known color: Lochmara. HEX triplet: 25, 6C and AB. RGB value is (37,108,171). Sum of RGB (Red+Green+Blue) = 37+108+171=316 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.71% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #256CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256CAB is #DA9354. Grayscale: #5D5D5D. Windows color (decimal): -14324565 or 11234341. OLE color: 11234341.
HSL color Cylindrical-coordinate representation of color #256CAB: hue angle of 208.21º degrees, saturation: 0.64, 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 #256CAB is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 108 | 171 | - |
| CMYK | 0.78 | 0.37 | 0 | 0.33 |
| HSL | 208.21º | 0.64% | 0.41% | - |
| HSV(B) | 208.21º | 0.78% | 0.67% | - |
| XYZ | 13.48 | 14.06 | 40.53 | - |
| YUV | 93.95 | 171.48 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 108 | 171 | 0.78 | 0.37 | 0 | 0.33 | 208.21 | 0.64 | 0.41 |
| Hex | 25 | 6C | AB | 4E | 25 | 0 | 21 | D0 | 40 | 29 |
| Octal | 45 | 154 | 253 | 116 | 45 | 0 | 41 | 320 | 100 | 51 |
| Binary | 100101 | 1101100 | 10101011 | 1001110 | 100101 | 0 | 100001 | 11010000 | 1000000 | 101001 |
Color Harmonies of #256CAB
Complementary color
Monochromatic Colors of #256CAB
Black with #256CAB
Text Example
Text Example
White with #256CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256CAB; }
p { color: rgb(37,108,171); }
H1.HeaderClassName
{
color: #256CAB;
}
.AnyTagClassName
{
color: #256CAB;
}
</style>
background-color css
<style>
a { background-color: #256CAB; }
a { background-color: rgb(37,108,171); }
div.DivClassName
{
background-color: #256CAB;
}
.BgClassName
{
background-color: #256CAB;
}
</style>
border-color css
<style>
span { border-color: #256CAB; }
span { border-color: rgb(37,108,171); }
td.TdClassName
{
border-color: #256CAB;
}
.TagClassName
{
border-color: #256CAB;
}
</style>