#216D89

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

Shades of Allports #216D89

Tints of Allports #216D89

Color information

#216D89 (or 0x216D89) is unknown color: approx Allports. HEX triplet: 21, 6D and 89. RGB value is (33,109,137). Sum of RGB (Red+Green+Blue) = 33+109+137=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 109 (42.97% from 255 or 39.07% from 279); Blue value is 137 (53.91% from 255 or 49.10% from 279); Max value from RGB is 137 - color contains mainly: blue. Hex color #216D89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216D89 is #DE9276. Grayscale: #595959. Windows color (decimal): -14586487 or 9006369. OLE color: 9006369.

HSL color Cylindrical-coordinate representation of color #216D89: hue angle of 196.15º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #216D89 is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB33109137-
CMYK0.760.2000.46
HSL196.15º61.18%33.33%-
HSV(B)196.15º75.91%53.73%-
XYZ10.6113.0725.63-
YUV89.47154.8287.72-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.83%
GREEN value IS 109 (42.97% from 255) = 39.07%
BLUE value IS 137 (53.91% from 255) = 49.10%
R=11.83%
G=39.07%
B=49.10%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal331091370.760.2000.46196.1561.1833.33
Hex216D894C1402Ec43d21
Octal41155211114240563047541
Binary100001110110110001001100110010100010111011000100111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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