Shades of Lochmara #2572B2
Tints of Lochmara #2572B2
RGB
CMYK
RGB Variations
Color information
#2572B2 (or 0x2572B2) is known color: Lochmara. HEX triplet: 25, 72 and B2. RGB value is (37,114,178). Sum of RGB (Red+Green+Blue) = 37+114+178=329 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.25% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 178 (69.92% from 255 or 54.10% from 329); Max value from RGB is 178 - color contains mainly: blue. Hex color #2572B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2572B2 is #DA8D4D. Grayscale: #616161. Windows color (decimal): -14323022 or 11694629. OLE color: 11694629.
HSL color Cylindrical-coordinate representation of color #2572B2: hue angle of 207.23º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2572B2 is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 37 | 114 | 178 | - |
| CMYK | 0.79 | 0.36 | 0 | 0.30 |
| HSL | 207.23º | 0.66% | 0.42% | - |
| HSV(B) | 207.23º | 0.79% | 0.7% | - |
| XYZ | 14.82 | 15.64 | 44.36 | - |
| YUV | 98.27 | 172.99 | 84.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 114 | 178 | 0.79 | 0.36 | 0 | 0.30 | 207.23 | 0.66 | 0.42 |
| Hex | 25 | 72 | B2 | 4F | 24 | 0 | 1E | CF | 42 | 2A |
| Octal | 45 | 162 | 262 | 117 | 44 | 0 | 36 | 317 | 102 | 52 |
| Binary | 100101 | 1110010 | 10110010 | 1001111 | 100100 | 0 | 11110 | 11001111 | 1000010 | 101010 |
Color Harmonies of #2572B2
Complementary color
Monochromatic Colors of #2572B2
Black with #2572B2
Text Example
Text Example
White with #2572B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2572B2; }
p { color: rgb(37,114,178); }
H1.HeaderClassName
{
color: #2572B2;
}
.AnyTagClassName
{
color: #2572B2;
}
</style>
background-color css
<style>
a { background-color: #2572B2; }
a { background-color: rgb(37,114,178); }
div.DivClassName
{
background-color: #2572B2;
}
.BgClassName
{
background-color: #2572B2;
}
</style>
border-color css
<style>
span { border-color: #2572B2; }
span { border-color: rgb(37,114,178); }
td.TdClassName
{
border-color: #2572B2;
}
.TagClassName
{
border-color: #2572B2;
}
</style>