Shades of Lochmara #2D71AD
Tints of Lochmara #2D71AD
RGB
CMYK
RGB Variations
Color information
#2D71AD (or 0x2D71AD) is known color: Lochmara. HEX triplet: 2D, 71 and AD. RGB value is (45,113,173). Sum of RGB (Red+Green+Blue) = 45+113+173=331 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.60% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 173 (67.97% from 255 or 52.27% from 331); Max value from RGB is 173 - color contains mainly: blue. Hex color #2D71AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D71AD is #D28E52. Grayscale: #636363. Windows color (decimal): -13798995 or 11366701. OLE color: 11366701.
HSL color Cylindrical-coordinate representation of color #2D71AD: hue angle of 208.12º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D71AD is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 45 | 113 | 173 | - |
| CMYK | 0.74 | 0.35 | 0 | 0.32 |
| HSL | 208.13º | 0.59% | 0.43% | - |
| HSV(B) | 208.13º | 0.74% | 0.68% | - |
| XYZ | 14.53 | 15.39 | 41.74 | - |
| YUV | 99.51 | 169.47 | 89.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 113 | 173 | 0.74 | 0.35 | 0 | 0.32 | 208.13 | 0.59 | 0.43 |
| Hex | 2D | 71 | AD | 4A | 23 | 0 | 20 | D0 | 3B | 2B |
| Octal | 55 | 161 | 255 | 112 | 43 | 0 | 40 | 320 | 73 | 53 |
| Binary | 101101 | 1110001 | 10101101 | 1001010 | 100011 | 0 | 100000 | 11010000 | 111011 | 101011 |
Color Harmonies of #2D71AD
Complementary color
Monochromatic Colors of #2D71AD
Black with #2D71AD
Text Example
Text Example
White with #2D71AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D71AD; }
p { color: rgb(45,113,173); }
H1.HeaderClassName
{
color: #2D71AD;
}
.AnyTagClassName
{
color: #2D71AD;
}
</style>
background-color css
<style>
a { background-color: #2D71AD; }
a { background-color: rgb(45,113,173); }
div.DivClassName
{
background-color: #2D71AD;
}
.BgClassName
{
background-color: #2D71AD;
}
</style>
border-color css
<style>
span { border-color: #2D71AD; }
span { border-color: rgb(45,113,173); }
td.TdClassName
{
border-color: #2D71AD;
}
.TagClassName
{
border-color: #2D71AD;
}
</style>