#1656C3

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

Shades of Denim #1656C3

Tints of Denim #1656C3

Color information

#1656C3 (or 0x1656C3) is unknown color: approx Denim. HEX triplet: 16, 56 and C3. RGB value is (22,86,195). Sum of RGB (Red+Green+Blue) = 22+86+195=303 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.26% from 303); Green value is 86 (33.98% from 255 or 28.38% from 303); Blue value is 195 (76.56% from 255 or 64.36% from 303); Max value from RGB is 195 - color contains mainly: blue. Hex color #1656C3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1656C3 is #E9A93C. Grayscale: #4E4E4E. Windows color (decimal): -15313213 or 12801558. OLE color: 12801558.

HSL color Cylindrical-coordinate representation of color #1656C3: hue angle of 217.8º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1656C3 is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB2286195-
CMYK0.890.5600.24
HSL217.8º79.72%42.55%-
HSV(B)217.8º88.72%76.47%-
XYZ13.5110.7753-
YUV79.29193.387.14-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.26%
GREEN value IS 86 (33.98% from 255) = 28.38%
BLUE value IS 195 (76.56% from 255) = 64.36%
R=7.26%
G=28.38%
B=64.36%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal22861950.890.5600.24217.879.7242.55
Hex1656C35938018da502b
Octal261263031317003033212053
Binary101101010110110000111011001111000011000110110101010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1656C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1656C3; }

 p { color: rgb(22,86,195); }

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

<style>
 a { background-color: #1656C3; }

 a { background-color: rgb(22,86,195); }

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

<style>
 span { border-color: #1656C3; }

 span { border-color: rgb(22,86,195); }

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