Shades of Lochmara #2575B4
Tints of Lochmara #2575B4
RGB
CMYK
RGB Variations
Color information
#2575B4 (or 0x2575B4) is known color: Lochmara. HEX triplet: 25, 75 and B4. RGB value is (37,117,180). Sum of RGB (Red+Green+Blue) = 37+117+180=334 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.08% from 334); Green value is 117 (46.09% from 255 or 35.03% from 334); Blue value is 180 (70.70% from 255 or 53.89% from 334); Max value from RGB is 180 - color contains mainly: blue. Hex color #2575B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2575B4 is #DA8A4B. Grayscale: #636363. Windows color (decimal): -14322252 or 11826469. OLE color: 11826469.
HSL color Cylindrical-coordinate representation of color #2575B4: hue angle of 206.43º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2575B4 is Cyan = 0.79, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 37 | 117 | 180 | - |
| CMYK | 0.79 | 0.35 | 0 | 0.29 |
| HSL | 206.43º | 0.66% | 0.43% | - |
| HSV(B) | 206.43º | 0.79% | 0.71% | - |
| XYZ | 15.36 | 16.41 | 45.54 | - |
| YUV | 100.26 | 173 | 82.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 117 | 180 | 0.79 | 0.35 | 0 | 0.29 | 206.43 | 0.66 | 0.43 |
| Hex | 25 | 75 | B4 | 4F | 23 | 0 | 1D | CE | 42 | 2B |
| Octal | 45 | 165 | 264 | 117 | 43 | 0 | 35 | 316 | 102 | 53 |
| Binary | 100101 | 1110101 | 10110100 | 1001111 | 100011 | 0 | 11101 | 11001110 | 1000010 | 101011 |
Color Harmonies of #2575B4
Complementary color
Monochromatic Colors of #2575B4
Black with #2575B4
Text Example
Text Example
White with #2575B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2575B4; }
p { color: rgb(37,117,180); }
H1.HeaderClassName
{
color: #2575B4;
}
.AnyTagClassName
{
color: #2575B4;
}
</style>
background-color css
<style>
a { background-color: #2575B4; }
a { background-color: rgb(37,117,180); }
div.DivClassName
{
background-color: #2575B4;
}
.BgClassName
{
background-color: #2575B4;
}
</style>
border-color css
<style>
span { border-color: #2575B4; }
span { border-color: rgb(37,117,180); }
td.TdClassName
{
border-color: #2575B4;
}
.TagClassName
{
border-color: #2575B4;
}
</style>