#2172BA

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

Shades of Denim #2172BA

Tints of Denim #2172BA

Color information

#2172BA (or 0x2172BA) is unknown color: approx Denim. HEX triplet: 21, 72 and BA. RGB value is (33,114,186). Sum of RGB (Red+Green+Blue) = 33+114+186=333 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.91% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 186 (73.05% from 255 or 55.86% from 333); Max value from RGB is 186 - color contains mainly: blue. Hex color #2172BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2172BA is #DE8D45. Grayscale: #616161. Windows color (decimal): -14585158 or 12218913. OLE color: 12218913.

HSL color Cylindrical-coordinate representation of color #2172BA: hue angle of 208.24º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2172BA is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB33114186-
CMYK0.820.3900.27
HSL208.24º69.86%42.94%-
HSV(B)208.24º82.26%72.94%-
XYZ15.5115.948.71-
YUV97.99177.6681.65-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.91%
GREEN value IS 114 (44.92% from 255) = 34.23%
BLUE value IS 186 (73.05% from 255) = 55.86%
R=9.91%
G=34.23%
B=55.86%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal331141860.820.3900.27208.2469.8642.94
Hex2172BA522701Bd0462b
Octal411622721224703332010653
Binary1000011110010101110101010010100111011011110100001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2172BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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