#21717A

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

Shades of Allports #21717A

Tints of Allports #21717A

Color information

#21717A (or 0x21717A) is unknown color: approx Allports. HEX triplet: 21, 71 and 7A. RGB value is (33,113,122). Sum of RGB (Red+Green+Blue) = 33+113+122=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 113 (44.53% from 255 or 42.16% from 268); Blue value is 122 (48.05% from 255 or 45.52% from 268); Max value from RGB is 122 - color contains mainly: blue. Hex color #21717A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21717A is #DE8E85. Grayscale: #595959. Windows color (decimal): -14585478 or 8024353. OLE color: 8024353.

HSL color Cylindrical-coordinate representation of color #21717A: hue angle of 186.07º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21717A is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB33113122-
CMYK0.730.0700.52
HSL186.07º57.42%30.39%-
HSV(B)186.07º72.95%47.84%-
XYZ10.0513.5420.5-
YUV90.1114687.27-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.31%
GREEN value IS 113 (44.53% from 255) = 42.16%
BLUE value IS 122 (48.05% from 255) = 45.52%
R=12.31%
G=42.16%
B=45.52%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal331131220.730.0700.52186.0757.4230.39
Hex21717A497034ba391e
Octal4116117211170642727136
Binary10000111100011111010100100111101101001011101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21717A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21717A; }

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

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

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

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

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

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

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

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