#216D91

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

Shades of Allports #216D91

Tints of Allports #216D91

Color information

#216D91 (or 0x216D91) is unknown color: approx Allports. HEX triplet: 21, 6D and 91. RGB value is (33,109,145). Sum of RGB (Red+Green+Blue) = 33+109+145=287 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.50% from 287); Green value is 109 (42.97% from 255 or 37.98% from 287); Blue value is 145 (57.03% from 255 or 50.52% from 287); Max value from RGB is 145 - color contains mainly: blue. Hex color #216D91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216D91 is #DE926E. Grayscale: #5A5A5A. Windows color (decimal): -14586479 or 9530657. OLE color: 9530657.

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

Color convert

RGB33109145-
CMYK0.770.2500.43
HSL199.29º62.92%34.9%-
HSV(B)199.29º77.24%56.86%-
XYZ11.2113.328.77-
YUV90.38158.8287.07-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.50%
GREEN value IS 109 (42.97% from 255) = 37.98%
BLUE value IS 145 (57.03% from 255) = 50.52%
R=11.50%
G=37.98%
B=50.52%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal331091450.770.2500.43199.2962.9234.9
Hex216D914D1902Bc73f23
Octal41155221115310533077743
Binary100001110110110010001100110111001010101111000111111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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