Shades of Lochmara #2575B7
Tints of Lochmara #2575B7
RGB
CMYK
RGB Variations
Color information
#2575B7 (or 0x2575B7) is known color: Lochmara. HEX triplet: 25, 75 and B7. RGB value is (37,117,183). Sum of RGB (Red+Green+Blue) = 37+117+183=337 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.98% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 183 (71.88% from 255 or 54.30% from 337); Max value from RGB is 183 - color contains mainly: blue. Hex color #2575B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2575B7 is #DA8A48. Grayscale: #646464. Windows color (decimal): -14322249 or 12023077. OLE color: 12023077.
HSL color Cylindrical-coordinate representation of color #2575B7: hue angle of 207.12º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2575B7 is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 37 | 117 | 183 | - |
| CMYK | 0.80 | 0.36 | 0 | 0.28 |
| HSL | 207.12º | 0.66% | 0.43% | - |
| HSV(B) | 207.12º | 0.8% | 0.72% | - |
| XYZ | 15.67 | 16.53 | 47.17 | - |
| YUV | 100.6 | 174.5 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 117 | 183 | 0.80 | 0.36 | 0 | 0.28 | 207.12 | 0.66 | 0.43 |
| Hex | 25 | 75 | B7 | 50 | 24 | 0 | 1C | CF | 42 | 2B |
| Octal | 45 | 165 | 267 | 120 | 44 | 0 | 34 | 317 | 102 | 53 |
| Binary | 100101 | 1110101 | 10110111 | 1010000 | 100100 | 0 | 11100 | 11001111 | 1000010 | 101011 |
Color Harmonies of #2575B7
Complementary color
Monochromatic Colors of #2575B7
Black with #2575B7
Text Example
Text Example
White with #2575B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2575B7; }
p { color: rgb(37,117,183); }
H1.HeaderClassName
{
color: #2575B7;
}
.AnyTagClassName
{
color: #2575B7;
}
</style>
background-color css
<style>
a { background-color: #2575B7; }
a { background-color: rgb(37,117,183); }
div.DivClassName
{
background-color: #2575B7;
}
.BgClassName
{
background-color: #2575B7;
}
</style>
border-color css
<style>
span { border-color: #2575B7; }
span { border-color: rgb(37,117,183); }
td.TdClassName
{
border-color: #2575B7;
}
.TagClassName
{
border-color: #2575B7;
}
</style>