Shades of Lochmara #2562AA
Tints of Lochmara #2562AA
RGB
CMYK
RGB Variations
Color information
#2562AA (or 0x2562AA) is known color: Lochmara. HEX triplet: 25, 62 and AA. RGB value is (37,98,170). Sum of RGB (Red+Green+Blue) = 37+98+170=305 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.13% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 170 (66.80% from 255 or 55.74% from 305); Max value from RGB is 170 - color contains mainly: blue. Hex color #2562AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2562AA is #DA9D55. Grayscale: #575757. Windows color (decimal): -14327126 or 11166245. OLE color: 11166245.
HSL color Cylindrical-coordinate representation of color #2562AA: hue angle of 212.48º 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 #2562AA is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 98 | 170 | - |
| CMYK | 0.78 | 0.42 | 0 | 0.33 |
| HSL | 212.48º | 0.64% | 0.41% | - |
| HSV(B) | 212.48º | 0.78% | 0.67% | - |
| XYZ | 12.39 | 12.03 | 39.7 | - |
| YUV | 87.97 | 174.29 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 98 | 170 | 0.78 | 0.42 | 0 | 0.33 | 212.48 | 0.64 | 0.41 |
| Hex | 25 | 62 | AA | 4E | 2A | 0 | 21 | D4 | 40 | 29 |
| Octal | 45 | 142 | 252 | 116 | 52 | 0 | 41 | 324 | 100 | 51 |
| Binary | 100101 | 1100010 | 10101010 | 1001110 | 101010 | 0 | 100001 | 11010100 | 1000000 | 101001 |
Color Harmonies of #2562AA
Complementary color
Monochromatic Colors of #2562AA
Black with #2562AA
Text Example
Text Example
White with #2562AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2562AA; }
p { color: rgb(37,98,170); }
H1.HeaderClassName
{
color: #2562AA;
}
.AnyTagClassName
{
color: #2562AA;
}
</style>
background-color css
<style>
a { background-color: #2562AA; }
a { background-color: rgb(37,98,170); }
div.DivClassName
{
background-color: #2562AA;
}
.BgClassName
{
background-color: #2562AA;
}
</style>
border-color css
<style>
span { border-color: #2562AA; }
span { border-color: rgb(37,98,170); }
td.TdClassName
{
border-color: #2562AA;
}
.TagClassName
{
border-color: #2562AA;
}
</style>