#216676

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

Shades of Allports #216676

Tints of Allports #216676

Color information

#216676 (or 0x216676) is unknown color: approx Allports. HEX triplet: 21, 66 and 76. RGB value is (33,102,118). Sum of RGB (Red+Green+Blue) = 33+102+118=253 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.04% from 253); Green value is 102 (40.23% from 255 or 40.32% from 253); Blue value is 118 (46.48% from 255 or 46.64% from 253); Max value from RGB is 118 - color contains mainly: blue. Hex color #216676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216676 is #DE9989. Grayscale: #535353. Windows color (decimal): -14588298 or 7759393. OLE color: 7759393.

HSL color Cylindrical-coordinate representation of color #216676: hue angle of 191.29º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #216676 is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB33102118-
CMYK0.720.1400.54
HSL191.29º56.29%29.61%-
HSV(B)191.29º72.03%46.27%-
XYZ8.6511.1318.83-
YUV83.19147.6492.2-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.04%
GREEN value IS 102 (40.23% from 255) = 40.32%
BLUE value IS 118 (46.48% from 255) = 46.64%
R=13.04%
G=40.32%
B=46.64%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal331021180.720.1400.54191.2956.2929.61
Hex21667648E036bf381e
Octal41146166110160662777036
Binary100001110011011101101001000111001101101011111111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216676; }

 p { color: rgb(33,102,118); }

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

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

 a { background-color: rgb(33,102,118); }

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

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

 span { border-color: rgb(33,102,118); }

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