#21647F

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

Shades of Allports #21647F

Tints of Allports #21647F

Color information

#21647F (or 0x21647F) is unknown color: approx Allports. HEX triplet: 21, 64 and 7F. RGB value is (33,100,127). Sum of RGB (Red+Green+Blue) = 33+100+127=260 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.69% from 260); Green value is 100 (39.45% from 255 or 38.46% from 260); Blue value is 127 (50% from 255 or 48.85% from 260); Max value from RGB is 127 - color contains mainly: blue. Hex color #21647F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21647F is #DE9B80. Grayscale: #525252. Windows color (decimal): -14588801 or 8348705. OLE color: 8348705.

HSL color Cylindrical-coordinate representation of color #21647F: hue angle of 197.23º 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 #21647F is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB33100127-
CMYK0.740.2100.50
HSL197.23º58.75%31.37%-
HSV(B)197.23º74.02%49.8%-
XYZ9.0210.9721.72-
YUV83.04152.892.3-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.69%
GREEN value IS 100 (39.45% from 255) = 38.46%
BLUE value IS 127 (50% from 255) = 48.85%
R=12.69%
G=38.46%
B=48.85%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal331001270.740.2100.50197.2358.7531.37
Hex21647F4A15032c53b1f
Octal41144177112250623057337
Binary1000011100100111111110010101010101100101100010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21647F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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