Shades of Lochmara #2D71AE
Tints of Lochmara #2D71AE
RGB
CMYK
RGB Variations
Color information
#2D71AE (or 0x2D71AE) is known color: Lochmara. HEX triplet: 2D, 71 and AE. RGB value is (45,113,174). Sum of RGB (Red+Green+Blue) = 45+113+174=332 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.55% from 332); Green value is 113 (44.53% from 255 or 34.04% from 332); Blue value is 174 (68.36% from 255 or 52.41% from 332); Max value from RGB is 174 - color contains mainly: blue. Hex color #2D71AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D71AE is #D28E51. Grayscale: #636363. Windows color (decimal): -13798994 or 11432237. OLE color: 11432237.
HSL color Cylindrical-coordinate representation of color #2D71AE: hue angle of 208.37º 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 #2D71AE is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 45 | 113 | 174 | - |
| CMYK | 0.74 | 0.35 | 0 | 0.32 |
| HSL | 208.37º | 0.59% | 0.43% | - |
| HSV(B) | 208.37º | 0.74% | 0.68% | - |
| XYZ | 14.63 | 15.42 | 42.25 | - |
| YUV | 99.62 | 169.97 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 113 | 174 | 0.74 | 0.35 | 0 | 0.32 | 208.37 | 0.59 | 0.43 |
| Hex | 2D | 71 | AE | 4A | 23 | 0 | 20 | D0 | 3B | 2B |
| Octal | 55 | 161 | 256 | 112 | 43 | 0 | 40 | 320 | 73 | 53 |
| Binary | 101101 | 1110001 | 10101110 | 1001010 | 100011 | 0 | 100000 | 11010000 | 111011 | 101011 |
Color Harmonies of #2D71AE
Complementary color
Monochromatic Colors of #2D71AE
Black with #2D71AE
Text Example
Text Example
White with #2D71AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D71AE; }
p { color: rgb(45,113,174); }
H1.HeaderClassName
{
color: #2D71AE;
}
.AnyTagClassName
{
color: #2D71AE;
}
</style>
background-color css
<style>
a { background-color: #2D71AE; }
a { background-color: rgb(45,113,174); }
div.DivClassName
{
background-color: #2D71AE;
}
.BgClassName
{
background-color: #2D71AE;
}
</style>
border-color css
<style>
span { border-color: #2D71AE; }
span { border-color: rgb(45,113,174); }
td.TdClassName
{
border-color: #2D71AE;
}
.TagClassName
{
border-color: #2D71AE;
}
</style>