Shades of Lochmara #2575AA
Tints of Lochmara #2575AA
RGB
CMYK
RGB Variations
Color information
#2575AA (or 0x2575AA) is known color: Lochmara. HEX triplet: 25, 75 and AA. RGB value is (37,117,170). Sum of RGB (Red+Green+Blue) = 37+117+170=324 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.42% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 170 (66.80% from 255 or 52.47% from 324); Max value from RGB is 170 - color contains mainly: blue. Hex color #2575AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2575AA is #DA8A55. Grayscale: #626262. Windows color (decimal): -14322262 or 11171109. OLE color: 11171109.
HSL color Cylindrical-coordinate representation of color #2575AA: hue angle of 203.91º 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 #2575AA is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 117 | 170 | - |
| CMYK | 0.78 | 0.31 | 0 | 0.33 |
| HSL | 203.91º | 0.64% | 0.41% | - |
| HSV(B) | 203.91º | 0.78% | 0.67% | - |
| XYZ | 14.38 | 16.02 | 40.36 | - |
| YUV | 99.12 | 168 | 83.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 117 | 170 | 0.78 | 0.31 | 0 | 0.33 | 203.91 | 0.64 | 0.41 |
| Hex | 25 | 75 | AA | 4E | 1F | 0 | 21 | CC | 40 | 29 |
| Octal | 45 | 165 | 252 | 116 | 37 | 0 | 41 | 314 | 100 | 51 |
| Binary | 100101 | 1110101 | 10101010 | 1001110 | 11111 | 0 | 100001 | 11001100 | 1000000 | 101001 |
Color Harmonies of #2575AA
Complementary color
Monochromatic Colors of #2575AA
Black with #2575AA
Text Example
Text Example
White with #2575AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2575AA; }
p { color: rgb(37,117,170); }
H1.HeaderClassName
{
color: #2575AA;
}
.AnyTagClassName
{
color: #2575AA;
}
</style>
background-color css
<style>
a { background-color: #2575AA; }
a { background-color: rgb(37,117,170); }
div.DivClassName
{
background-color: #2575AA;
}
.BgClassName
{
background-color: #2575AA;
}
</style>
border-color css
<style>
span { border-color: #2575AA; }
span { border-color: rgb(37,117,170); }
td.TdClassName
{
border-color: #2575AA;
}
.TagClassName
{
border-color: #2575AA;
}
</style>