#2178CC

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

Shades of Denim #2178CC

Tints of Denim #2178CC

Color information

#2178CC (or 0x2178CC) is unknown color: approx Denim. HEX triplet: 21, 78 and CC. RGB value is (33,120,204). Sum of RGB (Red+Green+Blue) = 33+120+204=357 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.24% from 357); Green value is 120 (47.27% from 255 or 33.61% from 357); Blue value is 204 (80.08% from 255 or 57.14% from 357); Max value from RGB is 204 - color contains mainly: blue. Hex color #2178CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2178CC is #DE8733. Grayscale: #676767. Windows color (decimal): -14583604 or 13400097. OLE color: 13400097.

HSL color Cylindrical-coordinate representation of color #2178CC: hue angle of 209.47º 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 #2178CC is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB33120204-
CMYK0.840.4100.2
HSL209.47º72.15%46.47%-
HSV(B)209.47º83.82%80%-
XYZ18.2418.1259.66-
YUV103.56184.6877.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.24%
GREEN value IS 120 (47.27% from 255) = 33.61%
BLUE value IS 204 (80.08% from 255) = 57.14%
R=9.24%
G=33.61%
B=57.14%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal331202040.840.4100.2209.4772.1546.47
Hex2178CC5429014d1482e
Octal411703141245102432111056
Binary1000011111000110011001010100101001010100110100011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2178CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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