#2D71AD

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

Shades of Lochmara #2D71AD

Tints of Lochmara #2D71AD

Color information

#2D71AD (or 0x2D71AD) is unknown color: approx 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

RGB45113173-
CMYK0.740.3500.32
HSL208.12º58.72%42.75%-
HSV(B)208.12º73.99%67.84%-
XYZ14.5315.3941.74-
YUV99.51169.4789.12-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.60%
GREEN value IS 113 (44.53% from 255) = 34.14%
BLUE value IS 173 (67.97% from 255) = 52.27%
R=13.60%
G=34.14%
B=52.27%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal451131730.740.3500.32208.1258.7242.75
Hex2D71AD4A23020d03b2b
Octal55161255112430403207353
Binary1011011110001101011011001010100011010000011010000111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D71AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>