#2175DA

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

Shades of Denim #2175DA

Tints of Denim #2175DA

Color information

#2175DA (or 0x2175DA) is unknown color: approx Denim. HEX triplet: 21, 75 and DA. RGB value is (33,117,218). Sum of RGB (Red+Green+Blue) = 33+117+218=368 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.97% from 368); Green value is 117 (46.09% from 255 or 31.79% from 368); Blue value is 218 (85.55% from 255 or 59.24% from 368); Max value from RGB is 218 - color contains mainly: blue. Hex color #2175DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2175DA is #DE8A25. Grayscale: #666666. Windows color (decimal): -14584358 or 14316833. OLE color: 14316833.

HSL color Cylindrical-coordinate representation of color #2175DA: hue angle of 212.76º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2175DA is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB33117218-
CMYK0.850.4600.15
HSL212.76º73.71%49.22%-
HSV(B)212.76º84.86%85.49%-
XYZ19.6418.1168.79-
YUV103.4192.6777.79-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.97%
GREEN value IS 117 (46.09% from 255) = 31.79%
BLUE value IS 218 (85.55% from 255) = 59.24%
R=8.97%
G=31.79%
B=59.24%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal331172180.850.4600.15212.7673.7149.22
Hex2175DA552E0Fd54a31
Octal411653321255601732511261
Binary100001111010111011010101010110111001111110101011001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2175DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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