Shades of Lochmara #2573AB
Tints of Lochmara #2573AB
RGB
CMYK
RGB Variations
Color information
#2573AB (or 0x2573AB) is known color: Lochmara. HEX triplet: 25, 73 and AB. RGB value is (37,115,171). Sum of RGB (Red+Green+Blue) = 37+115+171=323 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.46% from 323); Green value is 115 (45.31% from 255 or 35.60% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #2573AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2573AB is #DA8C54. Grayscale: #616161. Windows color (decimal): -14322773 or 11236133. OLE color: 11236133.
HSL color Cylindrical-coordinate representation of color #2573AB: hue angle of 205.07º 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 #2573AB is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 115 | 171 | - |
| CMYK | 0.78 | 0.33 | 0 | 0.33 |
| HSL | 205.07º | 0.64% | 0.41% | - |
| HSV(B) | 205.07º | 0.78% | 0.67% | - |
| XYZ | 14.24 | 15.6 | 40.79 | - |
| YUV | 98.06 | 169.16 | 84.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 115 | 171 | 0.78 | 0.33 | 0 | 0.33 | 205.07 | 0.64 | 0.41 |
| Hex | 25 | 73 | AB | 4E | 21 | 0 | 21 | CD | 40 | 29 |
| Octal | 45 | 163 | 253 | 116 | 41 | 0 | 41 | 315 | 100 | 51 |
| Binary | 100101 | 1110011 | 10101011 | 1001110 | 100001 | 0 | 100001 | 11001101 | 1000000 | 101001 |
Color Harmonies of #2573AB
Complementary color
Monochromatic Colors of #2573AB
Black with #2573AB
Text Example
Text Example
White with #2573AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2573AB; }
p { color: rgb(37,115,171); }
H1.HeaderClassName
{
color: #2573AB;
}
.AnyTagClassName
{
color: #2573AB;
}
</style>
background-color css
<style>
a { background-color: #2573AB; }
a { background-color: rgb(37,115,171); }
div.DivClassName
{
background-color: #2573AB;
}
.BgClassName
{
background-color: #2573AB;
}
</style>
border-color css
<style>
span { border-color: #2573AB; }
span { border-color: rgb(37,115,171); }
td.TdClassName
{
border-color: #2573AB;
}
.TagClassName
{
border-color: #2573AB;
}
</style>