#21637F

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

Shades of Allports #21637F

Tints of Allports #21637F

Color information

#21637F (or 0x21637F) is unknown color: approx Allports. HEX triplet: 21, 63 and 7F. RGB value is (33,99,127). Sum of RGB (Red+Green+Blue) = 33+99+127=259 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.74% from 259); Green value is 99 (39.06% from 255 or 38.22% from 259); Blue value is 127 (50% from 255 or 49.03% from 259); Max value from RGB is 127 - color contains mainly: blue. Hex color #21637F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21637F is #DE9C80. Grayscale: #525252. Windows color (decimal): -14589057 or 8348449. OLE color: 8348449.

HSL color Cylindrical-coordinate representation of color #21637F: hue angle of 197.87º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #21637F is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3399127-
CMYK0.740.2200.50
HSL197.87º58.75%31.37%-
HSV(B)197.87º74.02%49.8%-
XYZ8.9210.7821.69-
YUV82.46153.1392.72-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.74%
GREEN value IS 99 (39.06% from 255) = 38.22%
BLUE value IS 127 (50% from 255) = 49.03%
R=12.74%
G=38.22%
B=49.03%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal33991270.740.2200.50197.8758.7531.37
Hex21637F4A16032c63b1f
Octal41143177112260623067337
Binary1000011100011111111110010101011001100101100011011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21637F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21637F; }

 p { color: rgb(33,99,127); }

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

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

 a { background-color: rgb(33,99,127); }

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

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

 span { border-color: rgb(33,99,127); }

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