#2171B4

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

Shades of Denim #2171B4

Tints of Denim #2171B4

Color information

#2171B4 (or 0x2171B4) is unknown color: approx Denim. HEX triplet: 21, 71 and B4. RGB value is (33,113,180). Sum of RGB (Red+Green+Blue) = 33+113+180=326 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.12% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 180 (70.70% from 255 or 55.21% from 326); Max value from RGB is 180 - color contains mainly: blue. Hex color #2171B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2171B4 is #DE8E4B. Grayscale: #606060. Windows color (decimal): -14585420 or 11825441. OLE color: 11825441.

HSL color Cylindrical-coordinate representation of color #2171B4: hue angle of 207.35º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2171B4 is Cyan = 0.82, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB33113180-
CMYK0.820.3700.29
HSL207.35º69.01%41.76%-
HSV(B)207.35º81.67%70.59%-
XYZ14.7715.4345.38-
YUV96.7217582.55-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.12%
GREEN value IS 113 (44.53% from 255) = 34.66%
BLUE value IS 180 (70.70% from 255) = 55.21%
R=10.12%
G=34.66%
B=55.21%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal331131800.820.3700.29207.3569.0141.76
Hex2171B4522501Dcf452a
Octal411612641224503531710552
Binary1000011110001101101001010010100101011101110011111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2171B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2171B4; }

 p { color: rgb(33,113,180); }

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

<style>
 a { background-color: #2171B4; }

 a { background-color: rgb(33,113,180); }

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

<style>
 span { border-color: #2171B4; }

 span { border-color: rgb(33,113,180); }

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