#216E8F

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

Shades of Allports #216E8F

Tints of Allports #216E8F

Color information

#216E8F (or 0x216E8F) is unknown color: approx Allports. HEX triplet: 21, 6E and 8F. RGB value is (33,110,143). Sum of RGB (Red+Green+Blue) = 33+110+143=286 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.54% from 286); Green value is 110 (43.36% from 255 or 38.46% from 286); Blue value is 143 (56.25% from 255 or 50% from 286); Max value from RGB is 143 - color contains mainly: blue. Hex color #216E8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216E8F is #DE9170. Grayscale: #5A5A5A. Windows color (decimal): -14586225 or 9399841. OLE color: 9399841.

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

Color convert

RGB33110143-
CMYK0.770.2300.44
HSL198º62.5%34.51%-
HSV(B)198º76.92%56.08%-
XYZ11.1613.4628-
YUV90.74157.4986.82-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.54%
GREEN value IS 110 (43.36% from 255) = 38.46%
BLUE value IS 143 (56.25% from 255) = 50%
R=11.54%
G=38.46%
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
Decimal331101430.770.2300.4419862.534.51
Hex216E8F4D1702Cc63e23
Octal41156217115270543067643
Binary100001110111010001111100110110111010110011000110111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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