Shades of Lochmara #2575AC
Tints of Lochmara #2575AC
RGB
CMYK
RGB Variations
Color information
#2575AC (or 0x2575AC) is known color: Lochmara. HEX triplet: 25, 75 and AC. RGB value is (37,117,172). Sum of RGB (Red+Green+Blue) = 37+117+172=326 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.35% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 172 (67.58% from 255 or 52.76% from 326); Max value from RGB is 172 - color contains mainly: blue. Hex color #2575AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2575AC is #DA8A53. Grayscale: #636363. Windows color (decimal): -14322260 or 11302181. OLE color: 11302181.
HSL color Cylindrical-coordinate representation of color #2575AC: hue angle of 204.44º degrees, saturation: 0.65, 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 #2575AC is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 117 | 172 | - |
| CMYK | 0.78 | 0.32 | 0 | 0.33 |
| HSL | 204.44º | 0.65% | 0.41% | - |
| HSV(B) | 204.44º | 0.78% | 0.67% | - |
| XYZ | 14.57 | 16.09 | 41.37 | - |
| YUV | 99.35 | 169 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 117 | 172 | 0.78 | 0.32 | 0 | 0.33 | 204.44 | 0.65 | 0.41 |
| Hex | 25 | 75 | AC | 4E | 20 | 0 | 21 | CC | 41 | 29 |
| Octal | 45 | 165 | 254 | 116 | 40 | 0 | 41 | 314 | 101 | 51 |
| Binary | 100101 | 1110101 | 10101100 | 1001110 | 100000 | 0 | 100001 | 11001100 | 1000001 | 101001 |
Color Harmonies of #2575AC
Complementary color
Monochromatic Colors of #2575AC
Black with #2575AC
Text Example
Text Example
White with #2575AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2575AC; }
p { color: rgb(37,117,172); }
H1.HeaderClassName
{
color: #2575AC;
}
.AnyTagClassName
{
color: #2575AC;
}
</style>
background-color css
<style>
a { background-color: #2575AC; }
a { background-color: rgb(37,117,172); }
div.DivClassName
{
background-color: #2575AC;
}
.BgClassName
{
background-color: #2575AC;
}
</style>
border-color css
<style>
span { border-color: #2575AC; }
span { border-color: rgb(37,117,172); }
td.TdClassName
{
border-color: #2575AC;
}
.TagClassName
{
border-color: #2575AC;
}
</style>