Shades of Lochmara #2D71A4
Tints of Lochmara #2D71A4
RGB
CMYK
RGB Variations
Color information
#2D71A4 (or 0x2D71A4) is known color: Lochmara. HEX triplet: 2D, 71 and A4. RGB value is (45,113,164). Sum of RGB (Red+Green+Blue) = 45+113+164=322 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.98% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 164 (64.45% from 255 or 50.93% from 322); Max value from RGB is 164 - color contains mainly: blue. Hex color #2D71A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D71A4 is #D28E5B. Grayscale: #626262. Windows color (decimal): -13799004 or 10776877. OLE color: 10776877.
HSL color Cylindrical-coordinate representation of color #2D71A4: hue angle of 205.71º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2D71A4 is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 45 | 113 | 164 | - |
| CMYK | 0.73 | 0.31 | 0 | 0.36 |
| HSL | 205.71º | 0.57% | 0.41% | - |
| HSV(B) | 205.71º | 0.73% | 0.64% | - |
| XYZ | 13.69 | 15.05 | 37.31 | - |
| YUV | 98.48 | 164.97 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 113 | 164 | 0.73 | 0.31 | 0 | 0.36 | 205.71 | 0.57 | 0.41 |
| Hex | 2D | 71 | A4 | 49 | 1F | 0 | 24 | CE | 39 | 29 |
| Octal | 55 | 161 | 244 | 111 | 37 | 0 | 44 | 316 | 71 | 51 |
| Binary | 101101 | 1110001 | 10100100 | 1001001 | 11111 | 0 | 100100 | 11001110 | 111001 | 101001 |
Color Harmonies of #2D71A4
Complementary color
Monochromatic Colors of #2D71A4
Black with #2D71A4
Text Example
Text Example
White with #2D71A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D71A4; }
p { color: rgb(45,113,164); }
H1.HeaderClassName
{
color: #2D71A4;
}
.AnyTagClassName
{
color: #2D71A4;
}
</style>
background-color css
<style>
a { background-color: #2D71A4; }
a { background-color: rgb(45,113,164); }
div.DivClassName
{
background-color: #2D71A4;
}
.BgClassName
{
background-color: #2D71A4;
}
</style>
border-color css
<style>
span { border-color: #2D71A4; }
span { border-color: rgb(45,113,164); }
td.TdClassName
{
border-color: #2D71A4;
}
.TagClassName
{
border-color: #2D71A4;
}
</style>