Shades of Lochmara #2974AD
Tints of Lochmara #2974AD
RGB
CMYK
RGB Variations
Color information
#2974AD (or 0x2974AD) is known color: Lochmara. HEX triplet: 29, 74 and AD. RGB value is (41,116,173). Sum of RGB (Red+Green+Blue) = 41+116+173=330 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.42% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 173 (67.97% from 255 or 52.42% from 330); Max value from RGB is 173 - color contains mainly: blue. Hex color #2974AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2974AD is #D68B52. Grayscale: #636363. Windows color (decimal): -14060371 or 11367465. OLE color: 11367465.
HSL color Cylindrical-coordinate representation of color #2974AD: hue angle of 205.91º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2974AD is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 41 | 116 | 173 | - |
| CMYK | 0.76 | 0.33 | 0 | 0.32 |
| HSL | 205.91º | 0.62% | 0.42% | - |
| HSV(B) | 205.91º | 0.76% | 0.68% | - |
| XYZ | 14.7 | 15.98 | 41.84 | - |
| YUV | 100.07 | 169.15 | 85.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 116 | 173 | 0.76 | 0.33 | 0 | 0.32 | 205.91 | 0.62 | 0.42 |
| Hex | 29 | 74 | AD | 4C | 21 | 0 | 20 | CE | 3E | 2A |
| Octal | 51 | 164 | 255 | 114 | 41 | 0 | 40 | 316 | 76 | 52 |
| Binary | 101001 | 1110100 | 10101101 | 1001100 | 100001 | 0 | 100000 | 11001110 | 111110 | 101010 |
Color Harmonies of #2974AD
Complementary color
Monochromatic Colors of #2974AD
Black with #2974AD
Text Example
Text Example
White with #2974AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2974AD; }
p { color: rgb(41,116,173); }
H1.HeaderClassName
{
color: #2974AD;
}
.AnyTagClassName
{
color: #2974AD;
}
</style>
background-color css
<style>
a { background-color: #2974AD; }
a { background-color: rgb(41,116,173); }
div.DivClassName
{
background-color: #2974AD;
}
.BgClassName
{
background-color: #2974AD;
}
</style>
border-color css
<style>
span { border-color: #2974AD; }
span { border-color: rgb(41,116,173); }
td.TdClassName
{
border-color: #2974AD;
}
.TagClassName
{
border-color: #2974AD;
}
</style>