#2971D1

Color #2971D1 Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #2971D1

Tints of Denim #2971D1

Color information

#2971D1 (or 0x2971D1) is unknown color: approx Denim. HEX triplet: 29, 71 and D1. RGB value is (41,113,209). Sum of RGB (Red+Green+Blue) = 41+113+209=363 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.29% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 209 (82.03% from 255 or 57.58% from 363); Max value from RGB is 209 - color contains mainly: blue. Hex color #2971D1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2971D1 is #D68E2E. Grayscale: #656565. Windows color (decimal): -14061103 or 13725993. OLE color: 13725993.

HSL color Cylindrical-coordinate representation of color #2971D1: hue angle of 214.29º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2971D1 is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB41113209-
CMYK0.800.4600.18
HSL214.29º67.2%49.02%-
HSV(B)214.29º80.38%81.96%-
XYZ18.3316.8962.61-
YUV102.42188.1584.19-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.29%
GREEN value IS 113 (44.53% from 255) = 31.13%
BLUE value IS 209 (82.03% from 255) = 57.58%
R=11.29%
G=31.13%
B=57.58%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal411132090.800.4600.18214.2967.249.02
Hex2971D1502E012d64331
Octal511613211205602232610361
Binary1010011110001110100011010000101110010010110101101000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2971D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2971D1; }

 p { color: rgb(41,113,209); }

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

<style>
 a { background-color: #2971D1; }

 a { background-color: rgb(41,113,209); }

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

<style>
 span { border-color: #2971D1; }

 span { border-color: rgb(41,113,209); }

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