#216171

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

Shades of Allports #216171

Tints of Allports #216171

Color information

#216171 (or 0x216171) is unknown color: approx Allports. HEX triplet: 21, 61 and 71. RGB value is (33,97,113). Sum of RGB (Red+Green+Blue) = 33+97+113=243 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.58% from 243); Green value is 97 (38.28% from 255 or 39.92% from 243); Blue value is 113 (44.53% from 255 or 46.50% from 243); Max value from RGB is 113 - color contains mainly: blue. Hex color #216171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216171 is #DE9E8E. Grayscale: #4F4F4F. Windows color (decimal): -14589583 or 7430433. OLE color: 7430433.

HSL color Cylindrical-coordinate representation of color #216171: hue angle of 192º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #216171 is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3397113-
CMYK0.710.1400.56
HSL192º54.79%28.63%-
HSV(B)192º70.8%44.31%-
XYZ7.8810.0617.15-
YUV79.69146.894.7-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.58%
GREEN value IS 97 (38.28% from 255) = 39.92%
BLUE value IS 113 (44.53% from 255) = 46.50%
R=13.58%
G=39.92%
B=46.50%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33971130.710.1400.5619254.7928.63
Hex21617147E038c0371d
Octal41141161107160703006735
Binary100001110000111100011000111111001110001100000011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216171; }

 p { color: rgb(33,97,113); }

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

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

 a { background-color: rgb(33,97,113); }

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

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

 span { border-color: rgb(33,97,113); }

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