#2175C0

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

Shades of Denim #2175C0

Tints of Denim #2175C0

Color information

#2175C0 (or 0x2175C0) is unknown color: approx Denim. HEX triplet: 21, 75 and C0. RGB value is (33,117,192). Sum of RGB (Red+Green+Blue) = 33+117+192=342 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.65% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 192 (75.39% from 255 or 56.14% from 342); Max value from RGB is 192 - color contains mainly: blue. Hex color #2175C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2175C0 is #DE8A3F. Grayscale: #646464. Windows color (decimal): -14584384 or 12612897. OLE color: 12612897.

HSL color Cylindrical-coordinate representation of color #2175C0: hue angle of 208.3º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2175C0 is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB33117192-
CMYK0.830.3900.25
HSL208.3º70.67%44.12%-
HSV(B)208.3º82.81%75.29%-
XYZ16.516.8552.25-
YUV100.43179.6779.9-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.65%
GREEN value IS 117 (46.09% from 255) = 34.21%
BLUE value IS 192 (75.39% from 255) = 56.14%
R=9.65%
G=34.21%
B=56.14%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal331171920.830.3900.25208.370.6744.12
Hex2175C05327019d0472c
Octal411653001234703132010754
Binary1000011110101110000001010011100111011001110100001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2175C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2175C0; }

 p { color: rgb(33,117,192); }

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

<style>
 a { background-color: #2175C0; }

 a { background-color: rgb(33,117,192); }

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

<style>
 span { border-color: #2175C0; }

 span { border-color: rgb(33,117,192); }

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