#21727F

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

Shades of Allports #21727F

Tints of Allports #21727F

Color information

#21727F (or 0x21727F) is unknown color: approx Allports. HEX triplet: 21, 72 and 7F. RGB value is (33,114,127). Sum of RGB (Red+Green+Blue) = 33+114+127=274 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.04% from 274); Green value is 114 (44.92% from 255 or 41.61% from 274); Blue value is 127 (50% from 255 or 46.35% from 274); Max value from RGB is 127 - color contains mainly: blue. Hex color #21727F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21727F is #DE8D80. Grayscale: #5B5B5B. Windows color (decimal): -14585217 or 8352289. OLE color: 8352289.

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

Color convert

RGB33114127-
CMYK0.740.1000.50
HSL188.3º58.75%31.37%-
HSV(B)188.3º74.02%49.8%-
XYZ10.4813.8922.21-
YUV91.26148.1686.44-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.04%
GREEN value IS 114 (44.92% from 255) = 41.61%
BLUE value IS 127 (50% from 255) = 46.35%
R=12.04%
G=41.61%
B=46.35%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal331141270.740.1000.50188.358.7531.37
Hex21727F4AA032bc3b1f
Octal41162177112120622747337
Binary100001111001011111111001010101001100101011110011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21727F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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