#216D90

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

Shades of Allports #216D90

Tints of Allports #216D90

Color information

#216D90 (or 0x216D90) is unknown color: approx Allports. HEX triplet: 21, 6D and 90. RGB value is (33,109,144). Sum of RGB (Red+Green+Blue) = 33+109+144=286 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.54% from 286); Green value is 109 (42.97% from 255 or 38.11% from 286); Blue value is 144 (56.64% from 255 or 50.35% from 286); Max value from RGB is 144 - color contains mainly: blue. Hex color #216D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216D90 is #DE926F. Grayscale: #5A5A5A. Windows color (decimal): -14586480 or 9465121. OLE color: 9465121.

HSL color Cylindrical-coordinate representation of color #216D90: hue angle of 198.92º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #216D90 is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB33109144-
CMYK0.770.2400.44
HSL198.92º62.71%34.71%-
HSV(B)198.92º77.08%56.47%-
XYZ11.1313.2728.36-
YUV90.27158.3287.15-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.54%
GREEN value IS 109 (42.97% from 255) = 38.11%
BLUE value IS 144 (56.64% from 255) = 50.35%
R=11.54%
G=38.11%
B=50.35%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal331091440.770.2400.44198.9262.7134.71
Hex216D904D1802Cc73f23
Octal41155220115300543077743
Binary100001110110110010000100110111000010110011000111111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,109,144); }

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

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

 a { background-color: rgb(33,109,144); }

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

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

 span { border-color: rgb(33,109,144); }

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