Shades of Lochmara #2875AC
Tints of Lochmara #2875AC
RGB
CMYK
RGB Variations
Color information
#2875AC (or 0x2875AC) is known color: Lochmara. HEX triplet: 28, 75 and AC. RGB value is (40,117,172). Sum of RGB (Red+Green+Blue) = 40+117+172=329 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.16% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 172 (67.58% from 255 or 52.28% from 329); Max value from RGB is 172 - color contains mainly: blue. Hex color #2875AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2875AC is #D78A53. Grayscale: #636363. Windows color (decimal): -14125652 or 11302184. OLE color: 11302184.
HSL color Cylindrical-coordinate representation of color #2875AC: hue angle of 205º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2875AC is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 117 | 172 | - |
| CMYK | 0.77 | 0.32 | 0 | 0.33 |
| HSL | 205º | 0.62% | 0.42% | - |
| HSV(B) | 205º | 0.77% | 0.67% | - |
| XYZ | 14.68 | 16.15 | 41.37 | - |
| YUV | 100.25 | 168.49 | 85.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 117 | 172 | 0.77 | 0.32 | 0 | 0.33 | 205 | 0.62 | 0.42 |
| Hex | 28 | 75 | AC | 4D | 20 | 0 | 21 | CD | 3E | 2A |
| Octal | 50 | 165 | 254 | 115 | 40 | 0 | 41 | 315 | 76 | 52 |
| Binary | 101000 | 1110101 | 10101100 | 1001101 | 100000 | 0 | 100001 | 11001101 | 111110 | 101010 |
Color Harmonies of #2875AC
Complementary color
Monochromatic Colors of #2875AC
Black with #2875AC
Text Example
Text Example
White with #2875AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2875AC; }
p { color: rgb(40,117,172); }
H1.HeaderClassName
{
color: #2875AC;
}
.AnyTagClassName
{
color: #2875AC;
}
</style>
background-color css
<style>
a { background-color: #2875AC; }
a { background-color: rgb(40,117,172); }
div.DivClassName
{
background-color: #2875AC;
}
.BgClassName
{
background-color: #2875AC;
}
</style>
border-color css
<style>
span { border-color: #2875AC; }
span { border-color: rgb(40,117,172); }
td.TdClassName
{
border-color: #2875AC;
}
.TagClassName
{
border-color: #2875AC;
}
</style>