#2170C1

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

Shades of Denim #2170C1

Tints of Denim #2170C1

Color information

#2170C1 (or 0x2170C1) is unknown color: approx Denim. HEX triplet: 21, 70 and C1. RGB value is (33,112,193). Sum of RGB (Red+Green+Blue) = 33+112+193=338 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.76% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 193 (75.78% from 255 or 57.10% from 338); Max value from RGB is 193 - color contains mainly: blue. Hex color #2170C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2170C1 is #DE8F3E. Grayscale: #616161. Windows color (decimal): -14585663 or 12677153. OLE color: 12677153.

HSL color Cylindrical-coordinate representation of color #2170C1: hue angle of 210.38º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2170C1 is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB33112193-
CMYK0.830.4200.24
HSL210.38º70.8%44.31%-
HSV(B)210.38º82.9%75.69%-
XYZ16.0515.7652.65-
YUV97.61181.8381.91-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.76%
GREEN value IS 112 (44.14% from 255) = 33.14%
BLUE value IS 193 (75.78% from 255) = 57.10%
R=9.76%
G=33.14%
B=57.10%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal331121930.830.4200.24210.3870.844.31
Hex2170C1532A018d2472c
Octal411603011235203032210754
Binary1000011110000110000011010011101010011000110100101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2170C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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