Shades of Lochmara #2572AF
Tints of Lochmara #2572AF
RGB
CMYK
RGB Variations
Color information
#2572AF (or 0x2572AF) is known color: Lochmara. HEX triplet: 25, 72 and AF. RGB value is (37,114,175). Sum of RGB (Red+Green+Blue) = 37+114+175=326 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.35% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 175 (68.75% from 255 or 53.68% from 326); Max value from RGB is 175 - color contains mainly: blue. Hex color #2572AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2572AF is #DA8D50. Grayscale: #616161. Windows color (decimal): -14323025 or 11498021. OLE color: 11498021.
HSL color Cylindrical-coordinate representation of color #2572AF: hue angle of 206.52º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2572AF is Cyan = 0.79, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 37 | 114 | 175 | - |
| CMYK | 0.79 | 0.35 | 0 | 0.31 |
| HSL | 206.52º | 0.65% | 0.42% | - |
| HSV(B) | 206.52º | 0.79% | 0.69% | - |
| XYZ | 14.52 | 15.52 | 42.79 | - |
| YUV | 97.93 | 171.49 | 84.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 114 | 175 | 0.79 | 0.35 | 0 | 0.31 | 206.52 | 0.65 | 0.42 |
| Hex | 25 | 72 | AF | 4F | 23 | 0 | 1F | CF | 41 | 2A |
| Octal | 45 | 162 | 257 | 117 | 43 | 0 | 37 | 317 | 101 | 52 |
| Binary | 100101 | 1110010 | 10101111 | 1001111 | 100011 | 0 | 11111 | 11001111 | 1000001 | 101010 |
Color Harmonies of #2572AF
Complementary color
Monochromatic Colors of #2572AF
Black with #2572AF
Text Example
Text Example
White with #2572AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2572AF; }
p { color: rgb(37,114,175); }
H1.HeaderClassName
{
color: #2572AF;
}
.AnyTagClassName
{
color: #2572AF;
}
</style>
background-color css
<style>
a { background-color: #2572AF; }
a { background-color: rgb(37,114,175); }
div.DivClassName
{
background-color: #2572AF;
}
.BgClassName
{
background-color: #2572AF;
}
</style>
border-color css
<style>
span { border-color: #2572AF; }
span { border-color: rgb(37,114,175); }
td.TdClassName
{
border-color: #2572AF;
}
.TagClassName
{
border-color: #2572AF;
}
</style>