#2D71AC

Color #2D71AC Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #2D71AC

Tints of Lochmara #2D71AC

Color information

#2D71AC (or 0x2D71AC) is unknown color: approx Lochmara. HEX triplet: 2D, 71 and AC. RGB value is (45,113,172). Sum of RGB (Red+Green+Blue) = 45+113+172=330 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.64% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #2D71AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D71AC is #D28E53. Grayscale: #636363. Windows color (decimal): -13798996 or 11301165. OLE color: 11301165.

HSL color Cylindrical-coordinate representation of color #2D71AC: hue angle of 207.87º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D71AC is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB45113172-
CMYK0.740.3400.33
HSL207.87º58.53%42.55%-
HSV(B)207.87º73.84%67.45%-
XYZ14.4315.3541.23-
YUV99.39168.9789.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 45 (17.97% from 255) = 13.64%
GREEN value IS 113 (44.53% from 255) = 34.24%
BLUE value IS 172 (67.58% from 255) = 52.12%
R=13.64%
G=34.24%
B=52.12%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal451131720.740.3400.33207.8758.5342.55
Hex2D71AC4A22021d03b2b
Octal55161254112420413207353
Binary1011011110001101011001001010100010010000111010000111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D71AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D71AC; }

 p { color: rgb(45,113,172); }

 H1.HeaderClassName
 {
   color: #2D71AC;
 }
 .AnyTagClassName
 {
   color: #2D71AC;
 }
</style>
background-color css

<style>
 a { background-color: #2D71AC; }

 a { background-color: rgb(45,113,172); }

 div.DivClassName
 {
   background-color: #2D71AC;
 }
 .BgClassName
 {
   background-color: #2D71AC;
 }
</style>
border-color css

<style>
 span { border-color: #2D71AC; }

 span { border-color: rgb(45,113,172); }

 td.TdClassName
 {
   border-color: #2D71AC;
 }
 .TagClassName
 {
   border-color: #2D71AC;
 }
</style>