#2164C4

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

Shades of Denim #2164C4

Tints of Denim #2164C4

Color information

#2164C4 (or 0x2164C4) is unknown color: approx Denim. HEX triplet: 21, 64 and C4. RGB value is (33,100,196). Sum of RGB (Red+Green+Blue) = 33+100+196=329 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.03% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 196 (76.95% from 255 or 59.57% from 329); Max value from RGB is 196 - color contains mainly: blue. Hex color #2164C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2164C4 is #DE9B3B. Grayscale: #5A5A5A. Windows color (decimal): -14588732 or 12870689. OLE color: 12870689.

HSL color Cylindrical-coordinate representation of color #2164C4: hue angle of 215.34º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2164C4 is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB33100196-
CMYK0.830.4900.23
HSL215.34º71.18%44.9%-
HSV(B)215.34º83.16%76.86%-
XYZ15.1513.4254.02-
YUV90.91187.386.69-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.03%
GREEN value IS 100 (39.45% from 255) = 30.40%
BLUE value IS 196 (76.95% from 255) = 59.57%
R=10.03%
G=30.40%
B=59.57%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal331001960.830.4900.23215.3471.1844.9
Hex2164C45331017d7472d
Octal411443041236102732710755
Binary1000011100100110001001010011110001010111110101111000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2164C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2164C4; }

 p { color: rgb(33,100,196); }

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

<style>
 a { background-color: #2164C4; }

 a { background-color: rgb(33,100,196); }

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

<style>
 span { border-color: #2164C4; }

 span { border-color: rgb(33,100,196); }

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