#216C82

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

Shades of Allports #216C82

Tints of Allports #216C82

Color information

#216C82 (or 0x216C82) is unknown color: approx Allports. HEX triplet: 21, 6C and 82. RGB value is (33,108,130). Sum of RGB (Red+Green+Blue) = 33+108+130=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 108 (42.58% from 255 or 39.85% from 271); Blue value is 130 (51.17% from 255 or 47.97% from 271); Max value from RGB is 130 - color contains mainly: blue. Hex color #216C82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216C82 is #DE937D. Grayscale: #575757. Windows color (decimal): -14586750 or 8547361. OLE color: 8547361.

HSL color Cylindrical-coordinate representation of color #216C82: hue angle of 193.61º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #216C82 is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB33108130-
CMYK0.750.1700.49
HSL193.61º59.51%31.96%-
HSV(B)193.61º74.62%50.98%-
XYZ10.0212.6623.03-
YUV88.08151.6588.71-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.18%
GREEN value IS 108 (42.58% from 255) = 39.85%
BLUE value IS 130 (51.17% from 255) = 47.97%
R=12.18%
G=39.85%
B=47.97%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal331081300.750.1700.49193.6159.5131.96
Hex216C824B11031c23c20
Octal41154202113210613027440
Binary100001110110010000010100101110001011000111000010111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,108,130); }

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

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

 a { background-color: rgb(33,108,130); }

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

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

 span { border-color: rgb(33,108,130); }

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