#2173BA

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

Shades of Denim #2173BA

Tints of Denim #2173BA

Color information

#2173BA (or 0x2173BA) is unknown color: approx Denim. HEX triplet: 21, 73 and BA. RGB value is (33,115,186). Sum of RGB (Red+Green+Blue) = 33+115+186=334 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.88% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 186 (73.05% from 255 or 55.69% from 334); Max value from RGB is 186 - color contains mainly: blue. Hex color #2173BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2173BA is #DE8C45. Grayscale: #626262. Windows color (decimal): -14584902 or 12219169. OLE color: 12219169.

HSL color Cylindrical-coordinate representation of color #2173BA: hue angle of 207.84º 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 #2173BA is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB33115186-
CMYK0.820.3800.27
HSL207.84º69.86%42.94%-
HSV(B)207.84º82.26%72.94%-
XYZ15.6216.1348.74-
YUV98.58177.3381.23-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.88%
GREEN value IS 115 (45.31% from 255) = 34.43%
BLUE value IS 186 (73.05% from 255) = 55.69%
R=9.88%
G=34.43%
B=55.69%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal331151860.820.3800.27207.8469.8642.94
Hex2173BA522601Bd0462b
Octal411632721224603332010653
Binary1000011110011101110101010010100110011011110100001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2173BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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