#2172D9

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

Shades of Denim #2172D9

Tints of Denim #2172D9

Color information

#2172D9 (or 0x2172D9) is unknown color: approx Denim. HEX triplet: 21, 72 and D9. RGB value is (33,114,217). Sum of RGB (Red+Green+Blue) = 33+114+217=364 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.07% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 217 (85.16% from 255 or 59.62% from 364); Max value from RGB is 217 - color contains mainly: blue. Hex color #2172D9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2172D9 is #DE8D26. Grayscale: #656565. Windows color (decimal): -14585127 or 14250529. OLE color: 14250529.

HSL color Cylindrical-coordinate representation of color #2172D9: hue angle of 213.59º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2172D9 is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB33114217-
CMYK0.850.4700.15
HSL213.59º73.6%49.02%-
HSV(B)213.59º84.79%85.1%-
XYZ19.1717.3767.99-
YUV101.52193.1679.12-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.07%
GREEN value IS 114 (44.92% from 255) = 31.32%
BLUE value IS 217 (85.16% from 255) = 59.62%
R=9.07%
G=31.32%
B=59.62%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal331142170.850.4700.15213.5973.649.02
Hex2172D9552F0Fd64a31
Octal411623311255701732611261
Binary100001111001011011001101010110111101111110101101001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2172D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2172D9; }

 p { color: rgb(33,114,217); }

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

<style>
 a { background-color: #2172D9; }

 a { background-color: rgb(33,114,217); }

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

<style>
 span { border-color: #2172D9; }

 span { border-color: rgb(33,114,217); }

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