#216AB6

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

Shades of Denim #216AB6

Tints of Denim #216AB6

Color information

#216AB6 (or 0x216AB6) is unknown color: approx Denim. HEX triplet: 21, 6A and B6. RGB value is (33,106,182). Sum of RGB (Red+Green+Blue) = 33+106+182=321 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.28% from 321); Green value is 106 (41.80% from 255 or 33.02% from 321); Blue value is 182 (71.48% from 255 or 56.70% from 321); Max value from RGB is 182 - color contains mainly: blue. Hex color #216AB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #216AB6 is #DE9549. Grayscale: #5C5C5C. Windows color (decimal): -14587210 or 11954721. OLE color: 11954721.

HSL color Cylindrical-coordinate representation of color #216AB6: hue angle of 210.6º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #216AB6 is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB33106182-
CMYK0.820.4200.29
HSL210.6º69.3%42.16%-
HSV(B)210.6º81.87%71.37%-
XYZ14.2214.0146.21-
YUV92.84178.3285.32-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.28%
GREEN value IS 106 (41.80% from 255) = 33.02%
BLUE value IS 182 (71.48% from 255) = 56.70%
R=10.28%
G=33.02%
B=56.70%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal331061820.820.4200.29210.669.342.16
Hex216AB6522A01Dd3452a
Octal411522661225203532310552
Binary1000011101010101101101010010101010011101110100111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216AB6; }

 p { color: rgb(33,106,182); }

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

<style>
 a { background-color: #216AB6; }

 a { background-color: rgb(33,106,182); }

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

<style>
 span { border-color: #216AB6; }

 span { border-color: rgb(33,106,182); }

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