#216F91

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

Shades of Allports #216F91

Tints of Allports #216F91

Color information

#216F91 (or 0x216F91) is unknown color: approx Allports. HEX triplet: 21, 6F and 91. RGB value is (33,111,145). Sum of RGB (Red+Green+Blue) = 33+111+145=289 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.42% from 289); Green value is 111 (43.75% from 255 or 38.41% from 289); Blue value is 145 (57.03% from 255 or 50.17% from 289); Max value from RGB is 145 - color contains mainly: blue. Hex color #216F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216F91 is #DE906E. Grayscale: #5B5B5B. Windows color (decimal): -14585967 or 9531169. OLE color: 9531169.

HSL color Cylindrical-coordinate representation of color #216F91: hue angle of 198.21º 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 #216F91 is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB33111145-
CMYK0.770.2300.43
HSL198.21º62.92%34.9%-
HSV(B)198.21º77.24%56.86%-
XYZ11.4213.7428.84-
YUV91.55158.1686.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.42%
GREEN value IS 111 (43.75% from 255) = 38.41%
BLUE value IS 145 (57.03% from 255) = 50.17%
R=11.42%
G=38.41%
B=50.17%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal331111450.770.2300.43198.2162.9234.9
Hex216F914D1702Bc63f23
Octal41157221115270533067743
Binary100001110111110010001100110110111010101111000110111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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