Shades of Lochmara #2967AD
Tints of Lochmara #2967AD
RGB
CMYK
RGB Variations
Color information
#2967AD (or 0x2967AD) is known color: Lochmara. HEX triplet: 29, 67 and AD. RGB value is (41,103,173). Sum of RGB (Red+Green+Blue) = 41+103+173=317 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.93% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 173 (67.97% from 255 or 54.57% from 317); Max value from RGB is 173 - color contains mainly: blue. Hex color #2967AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2967AD is #D69852. Grayscale: #5C5C5C. Windows color (decimal): -14063699 or 11364137. OLE color: 11364137.
HSL color Cylindrical-coordinate representation of color #2967AD: hue angle of 211.82º 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 #2967AD is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 41 | 103 | 173 | - |
| CMYK | 0.76 | 0.40 | 0 | 0.32 |
| HSL | 211.82º | 0.62% | 0.42% | - |
| HSV(B) | 211.82º | 0.76% | 0.68% | - |
| XYZ | 13.31 | 13.19 | 41.38 | - |
| YUV | 92.44 | 173.46 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 103 | 173 | 0.76 | 0.40 | 0 | 0.32 | 211.82 | 0.62 | 0.42 |
| Hex | 29 | 67 | AD | 4C | 28 | 0 | 20 | D4 | 3E | 2A |
| Octal | 51 | 147 | 255 | 114 | 50 | 0 | 40 | 324 | 76 | 52 |
| Binary | 101001 | 1100111 | 10101101 | 1001100 | 101000 | 0 | 100000 | 11010100 | 111110 | 101010 |
Color Harmonies of #2967AD
Complementary color
Monochromatic Colors of #2967AD
Black with #2967AD
Text Example
Text Example
White with #2967AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2967AD; }
p { color: rgb(41,103,173); }
H1.HeaderClassName
{
color: #2967AD;
}
.AnyTagClassName
{
color: #2967AD;
}
</style>
background-color css
<style>
a { background-color: #2967AD; }
a { background-color: rgb(41,103,173); }
div.DivClassName
{
background-color: #2967AD;
}
.BgClassName
{
background-color: #2967AD;
}
</style>
border-color css
<style>
span { border-color: #2967AD; }
span { border-color: rgb(41,103,173); }
td.TdClassName
{
border-color: #2967AD;
}
.TagClassName
{
border-color: #2967AD;
}
</style>