#216D8E

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

Shades of Allports #216D8E

Tints of Allports #216D8E

Color information

#216D8E (or 0x216D8E) is unknown color: approx Allports. HEX triplet: 21, 6D and 8E. RGB value is (33,109,142). Sum of RGB (Red+Green+Blue) = 33+109+142=284 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.62% from 284); Green value is 109 (42.97% from 255 or 38.38% from 284); Blue value is 142 (55.86% from 255 or 50% from 284); Max value from RGB is 142 - color contains mainly: blue. Hex color #216D8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216D8E is #DE9271. Grayscale: #595959. Windows color (decimal): -14586482 or 9334049. OLE color: 9334049.

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

Color convert

RGB33109142-
CMYK0.770.2300.44
HSL198.17º62.29%34.31%-
HSV(B)198.17º76.76%55.69%-
XYZ10.9813.2127.56-
YUV90.04157.3287.32-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.62%
GREEN value IS 109 (42.97% from 255) = 38.38%
BLUE value IS 142 (55.86% from 255) = 50%
R=11.62%
G=38.38%
B=50%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal331091420.770.2300.44198.1762.2934.31
Hex216D8E4D1702Cc63e22
Octal41155216115270543067642
Binary100001110110110001110100110110111010110011000110111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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