#2166AE

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

Shades of Denim #2166AE

Tints of Denim #2166AE

Color information

#2166AE (or 0x2166AE) is unknown color: approx Denim. HEX triplet: 21, 66 and AE. RGB value is (33,102,174). Sum of RGB (Red+Green+Blue) = 33+102+174=309 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.68% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 174 (68.36% from 255 or 56.31% from 309); Max value from RGB is 174 - color contains mainly: blue. Hex color #2166AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2166AE is #DE9951. Grayscale: #595959. Windows color (decimal): -14588242 or 11429409. OLE color: 11429409.

HSL color Cylindrical-coordinate representation of color #2166AE: hue angle of 210.64º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2166AE is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB33102174-
CMYK0.810.4100.32
HSL210.64º68.12%40.59%-
HSV(B)210.64º81.03%68.24%-
XYZ13.0212.8841.84-
YUV89.58175.6487.65-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.68%
GREEN value IS 102 (40.23% from 255) = 33.01%
BLUE value IS 174 (68.36% from 255) = 56.31%
R=10.68%
G=33.01%
B=56.31%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal331021740.810.4100.32210.6468.1240.59
Hex2166AE5129020d34429
Octal411462561215104032310451
Binary10000111001101010111010100011010010100000110100111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2166AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2166AE; }

 p { color: rgb(33,102,174); }

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

<style>
 a { background-color: #2166AE; }

 a { background-color: rgb(33,102,174); }

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

<style>
 span { border-color: #2166AE; }

 span { border-color: rgb(33,102,174); }

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