Shades of Lochmara #2975AC
Tints of Lochmara #2975AC
RGB
CMYK
RGB Variations
Color information
#2975AC (or 0x2975AC) is known color: Lochmara. HEX triplet: 29, 75 and AC. RGB value is (41,117,172). Sum of RGB (Red+Green+Blue) = 41+117+172=330 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.42% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #2975AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2975AC is #D68A53. Grayscale: #646464. Windows color (decimal): -14060116 or 11302185. OLE color: 11302185.
HSL color Cylindrical-coordinate representation of color #2975AC: hue angle of 205.19º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2975AC is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 117 | 172 | - |
| CMYK | 0.76 | 0.32 | 0 | 0.33 |
| HSL | 205.19º | 0.62% | 0.42% | - |
| HSV(B) | 205.19º | 0.76% | 0.67% | - |
| XYZ | 14.72 | 16.17 | 41.38 | - |
| YUV | 100.55 | 168.32 | 85.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 117 | 172 | 0.76 | 0.32 | 0 | 0.33 | 205.19 | 0.62 | 0.42 |
| Hex | 29 | 75 | AC | 4C | 20 | 0 | 21 | CD | 3E | 2A |
| Octal | 51 | 165 | 254 | 114 | 40 | 0 | 41 | 315 | 76 | 52 |
| Binary | 101001 | 1110101 | 10101100 | 1001100 | 100000 | 0 | 100001 | 11001101 | 111110 | 101010 |
Color Harmonies of #2975AC
Complementary color
Monochromatic Colors of #2975AC
Black with #2975AC
Text Example
Text Example
White with #2975AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2975AC; }
p { color: rgb(41,117,172); }
H1.HeaderClassName
{
color: #2975AC;
}
.AnyTagClassName
{
color: #2975AC;
}
</style>
background-color css
<style>
a { background-color: #2975AC; }
a { background-color: rgb(41,117,172); }
div.DivClassName
{
background-color: #2975AC;
}
.BgClassName
{
background-color: #2975AC;
}
</style>
border-color css
<style>
span { border-color: #2975AC; }
span { border-color: rgb(41,117,172); }
td.TdClassName
{
border-color: #2975AC;
}
.TagClassName
{
border-color: #2975AC;
}
</style>