#2170CC

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

Shades of Denim #2170CC

Tints of Denim #2170CC

Color information

#2170CC (or 0x2170CC) is unknown color: approx Denim. HEX triplet: 21, 70 and CC. RGB value is (33,112,204). Sum of RGB (Red+Green+Blue) = 33+112+204=349 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.46% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 204 (80.08% from 255 or 58.45% from 349); Max value from RGB is 204 - color contains mainly: blue. Hex color #2170CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2170CC is #DE8F33. Grayscale: #626262. Windows color (decimal): -14585652 or 13398049. OLE color: 13398049.

HSL color Cylindrical-coordinate representation of color #2170CC: hue angle of 212.28º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2170CC is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB33112204-
CMYK0.840.4500.2
HSL212.28º72.15%46.47%-
HSV(B)212.28º83.82%80%-
XYZ17.3216.2759.35-
YUV98.87187.3381.02-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.46%
GREEN value IS 112 (44.14% from 255) = 32.09%
BLUE value IS 204 (80.08% from 255) = 58.45%
R=9.46%
G=32.09%
B=58.45%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal331122040.840.4500.2212.2872.1546.47
Hex2170CC542D014d4482e
Octal411603141245502432411056
Binary1000011110000110011001010100101101010100110101001001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2170CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2170CC; }

 p { color: rgb(33,112,204); }

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

<style>
 a { background-color: #2170CC; }

 a { background-color: rgb(33,112,204); }

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

<style>
 span { border-color: #2170CC; }

 span { border-color: rgb(33,112,204); }

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