#21666D

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

Shades of Allports #21666D

Tints of Allports #21666D

Color information

#21666D (or 0x21666D) is unknown color: approx Allports. HEX triplet: 21, 66 and 6D. RGB value is (33,102,109). Sum of RGB (Red+Green+Blue) = 33+102+109=244 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.52% from 244); Green value is 102 (40.23% from 255 or 41.80% from 244); Blue value is 109 (42.97% from 255 or 44.67% from 244); Max value from RGB is 109 - color contains mainly: blue. Hex color #21666D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21666D is #DE9992. Grayscale: #525252. Windows color (decimal): -14588307 or 7169569. OLE color: 7169569.

HSL color Cylindrical-coordinate representation of color #21666D: hue angle of 185.53º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #21666D is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB33102109-
CMYK0.700.0600.57
HSL185.53º53.52%27.84%-
HSV(B)185.53º69.72%42.75%-
XYZ8.1410.9316.15-
YUV82.17143.1492.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.52%
GREEN value IS 102 (40.23% from 255) = 41.80%
BLUE value IS 109 (42.97% from 255) = 44.67%
R=13.52%
G=41.80%
B=44.67%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal331021090.700.0600.57185.5353.5227.84
Hex21666D466039ba361c
Octal4114615510660712726634
Binary10000111001101101101100011011001110011011101011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21666D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21666D; }

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

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

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

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

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

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

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

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