#2178C1

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

Shades of Denim #2178C1

Tints of Denim #2178C1

Color information

#2178C1 (or 0x2178C1) is unknown color: approx Denim. HEX triplet: 21, 78 and C1. RGB value is (33,120,193). Sum of RGB (Red+Green+Blue) = 33+120+193=346 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.54% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 193 (75.78% from 255 or 55.78% from 346); Max value from RGB is 193 - color contains mainly: blue. Hex color #2178C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2178C1 is #DE873E. Grayscale: #656565. Windows color (decimal): -14583615 or 12679201. OLE color: 12679201.

HSL color Cylindrical-coordinate representation of color #2178C1: hue angle of 207.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 #2178C1 is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB33120193-
CMYK0.830.3800.24
HSL207.38º70.8%44.31%-
HSV(B)207.38º82.9%75.69%-
XYZ16.9717.6152.96-
YUV102.31179.1878.56-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.54%
GREEN value IS 120 (47.27% from 255) = 34.68%
BLUE value IS 193 (75.78% from 255) = 55.78%
R=9.54%
G=34.68%
B=55.78%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal331201930.830.3800.24207.3870.844.31
Hex2178C15326018cf472c
Octal411703011234603031710754
Binary1000011111000110000011010011100110011000110011111000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2178C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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