Shades of Lochmara #2573AD
Tints of Lochmara #2573AD
RGB
CMYK
RGB Variations
Color information
#2573AD (or 0x2573AD) is known color: Lochmara. HEX triplet: 25, 73 and AD. RGB value is (37,115,173). Sum of RGB (Red+Green+Blue) = 37+115+173=325 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.38% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 173 (67.97% from 255 or 53.23% from 325); Max value from RGB is 173 - color contains mainly: blue. Hex color #2573AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2573AD is #DA8C52. Grayscale: #616161. Windows color (decimal): -14322771 or 11367205. OLE color: 11367205.
HSL color Cylindrical-coordinate representation of color #2573AD: hue angle of 205.59º 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 #2573AD is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 37 | 115 | 173 | - |
| CMYK | 0.79 | 0.34 | 0 | 0.32 |
| HSL | 205.59º | 0.65% | 0.41% | - |
| HSV(B) | 205.59º | 0.79% | 0.68% | - |
| XYZ | 14.44 | 15.67 | 41.8 | - |
| YUV | 98.29 | 170.16 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 115 | 173 | 0.79 | 0.34 | 0 | 0.32 | 205.59 | 0.65 | 0.41 |
| Hex | 25 | 73 | AD | 4F | 22 | 0 | 20 | CE | 41 | 29 |
| Octal | 45 | 163 | 255 | 117 | 42 | 0 | 40 | 316 | 101 | 51 |
| Binary | 100101 | 1110011 | 10101101 | 1001111 | 100010 | 0 | 100000 | 11001110 | 1000001 | 101001 |
Color Harmonies of #2573AD
Complementary color
Monochromatic Colors of #2573AD
Black with #2573AD
Text Example
Text Example
White with #2573AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2573AD; }
p { color: rgb(37,115,173); }
H1.HeaderClassName
{
color: #2573AD;
}
.AnyTagClassName
{
color: #2573AD;
}
</style>
background-color css
<style>
a { background-color: #2573AD; }
a { background-color: rgb(37,115,173); }
div.DivClassName
{
background-color: #2573AD;
}
.BgClassName
{
background-color: #2573AD;
}
</style>
border-color css
<style>
span { border-color: #2573AD; }
span { border-color: rgb(37,115,173); }
td.TdClassName
{
border-color: #2573AD;
}
.TagClassName
{
border-color: #2573AD;
}
</style>