#2156A6

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

Shades of Denim #2156A6

Tints of Denim #2156A6

Color information

#2156A6 (or 0x2156A6) is unknown color: approx Denim. HEX triplet: 21, 56 and A6. RGB value is (33,86,166). Sum of RGB (Red+Green+Blue) = 33+86+166=285 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.58% from 285); Green value is 86 (33.98% from 255 or 30.18% from 285); Blue value is 166 (65.23% from 255 or 58.25% from 285); Max value from RGB is 166 - color contains mainly: blue. Hex color #2156A6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2156A6 is #DEA959. Grayscale: #4E4E4E. Windows color (decimal): -14592346 or 10901025. OLE color: 10901025.

HSL color Cylindrical-coordinate representation of color #2156A6: hue angle of 216.09º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2156A6 is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB3386166-
CMYK0.800.4800.35
HSL216.09º66.83%39.02%-
HSV(B)216.09º80.12%65.1%-
XYZ10.849.7337.38-
YUV79.27176.9495-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.58%
GREEN value IS 86 (33.98% from 255) = 30.18%
BLUE value IS 166 (65.23% from 255) = 58.25%
R=11.58%
G=30.18%
B=58.25%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal33861660.800.4800.35216.0966.8339.02
Hex2156A65030023d84327
Octal411262461206004333010347
Binary10000110101101010011010100001100000100011110110001000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2156A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2156A6; }

 p { color: rgb(33,86,166); }

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

<style>
 a { background-color: #2156A6; }

 a { background-color: rgb(33,86,166); }

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

<style>
 span { border-color: #2156A6; }

 span { border-color: rgb(33,86,166); }

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