#216E84

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

Shades of Allports #216E84

Tints of Allports #216E84

Color information

#216E84 (or 0x216E84) is unknown color: approx Allports. HEX triplet: 21, 6E and 84. RGB value is (33,110,132). Sum of RGB (Red+Green+Blue) = 33+110+132=275 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12% from 275); Green value is 110 (43.36% from 255 or 40% from 275); Blue value is 132 (51.95% from 255 or 48% from 275); Max value from RGB is 132 - color contains mainly: blue. Hex color #216E84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216E84 is #DE917B. Grayscale: #595959. Windows color (decimal): -14586236 or 8678945. OLE color: 8678945.

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

Color convert

RGB33110132-
CMYK0.750.1700.48
HSL193.33º60%32.35%-
HSV(B)193.33º75%51.76%-
XYZ10.3713.1423.82-
YUV89.48151.9987.71-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12%
GREEN value IS 110 (43.36% from 255) = 40%
BLUE value IS 132 (51.95% from 255) = 48%
R=12%
G=40%
B=48%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal331101320.750.1700.48193.336032.35
Hex216E844B11030c13c20
Octal41156204113210603017440
Binary100001110111010000100100101110001011000011000001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,110,132); }

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

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

 a { background-color: rgb(33,110,132); }

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

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

 span { border-color: rgb(33,110,132); }

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