Shades of Lochmara #2563AB
Tints of Lochmara #2563AB
RGB
CMYK
RGB Variations
Color information
#2563AB (or 0x2563AB) is known color: Lochmara. HEX triplet: 25, 63 and AB. RGB value is (37,99,171). Sum of RGB (Red+Green+Blue) = 37+99+171=307 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.05% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #2563AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2563AB is #DA9C54. Grayscale: #585858. Windows color (decimal): -14326869 or 11232037. OLE color: 11232037.
HSL color Cylindrical-coordinate representation of color #2563AB: hue angle of 212.24º 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 #2563AB is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 99 | 171 | - |
| CMYK | 0.78 | 0.42 | 0 | 0.33 |
| HSL | 212.24º | 0.64% | 0.41% | - |
| HSV(B) | 212.24º | 0.78% | 0.67% | - |
| XYZ | 12.58 | 12.26 | 40.23 | - |
| YUV | 88.67 | 174.46 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 99 | 171 | 0.78 | 0.42 | 0 | 0.33 | 212.24 | 0.64 | 0.41 |
| Hex | 25 | 63 | AB | 4E | 2A | 0 | 21 | D4 | 40 | 29 |
| Octal | 45 | 143 | 253 | 116 | 52 | 0 | 41 | 324 | 100 | 51 |
| Binary | 100101 | 1100011 | 10101011 | 1001110 | 101010 | 0 | 100001 | 11010100 | 1000000 | 101001 |
Color Harmonies of #2563AB
Complementary color
Monochromatic Colors of #2563AB
Black with #2563AB
Text Example
Text Example
White with #2563AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2563AB; }
p { color: rgb(37,99,171); }
H1.HeaderClassName
{
color: #2563AB;
}
.AnyTagClassName
{
color: #2563AB;
}
</style>
background-color css
<style>
a { background-color: #2563AB; }
a { background-color: rgb(37,99,171); }
div.DivClassName
{
background-color: #2563AB;
}
.BgClassName
{
background-color: #2563AB;
}
</style>
border-color css
<style>
span { border-color: #2563AB; }
span { border-color: rgb(37,99,171); }
td.TdClassName
{
border-color: #2563AB;
}
.TagClassName
{
border-color: #2563AB;
}
</style>