#216E8D

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

Shades of Allports #216E8D

Tints of Allports #216E8D

Color information

#216E8D (or 0x216E8D) is unknown color: approx Allports. HEX triplet: 21, 6E and 8D. RGB value is (33,110,141). Sum of RGB (Red+Green+Blue) = 33+110+141=284 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.62% from 284); Green value is 110 (43.36% from 255 or 38.73% from 284); Blue value is 141 (55.47% from 255 or 49.65% from 284); Max value from RGB is 141 - color contains mainly: blue. Hex color #216E8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216E8D is #DE9172. Grayscale: #5A5A5A. Windows color (decimal): -14586227 or 9268769. OLE color: 9268769.

HSL color Cylindrical-coordinate representation of color #216E8D: hue angle of 197.22º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #216E8D is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB33110141-
CMYK0.770.2200.45
HSL197.22º62.07%34.12%-
HSV(B)197.22º76.6%55.29%-
XYZ11.0113.427.21-
YUV90.51156.4986.98-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.62%
GREEN value IS 110 (43.36% from 255) = 38.73%
BLUE value IS 141 (55.47% from 255) = 49.65%
R=11.62%
G=38.73%
B=49.65%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal331101410.770.2200.45197.2262.0734.12
Hex216E8D4D1602Dc53e22
Octal41156215115260553057642
Binary100001110111010001101100110110110010110111000101111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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