#21727C

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

Shades of Allports #21727C

Tints of Allports #21727C

Color information

#21727C (or 0x21727C) is unknown color: approx Allports. HEX triplet: 21, 72 and 7C. RGB value is (33,114,124). Sum of RGB (Red+Green+Blue) = 33+114+124=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 114 (44.92% from 255 or 42.07% from 271); Blue value is 124 (48.83% from 255 or 45.76% from 271); Max value from RGB is 124 - color contains mainly: blue. Hex color #21727C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21727C is #DE8D83. Grayscale: #5A5A5A. Windows color (decimal): -14585220 or 8155681. OLE color: 8155681.

HSL color Cylindrical-coordinate representation of color #21727C: hue angle of 186.59º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21727C is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB33114124-
CMYK0.730.0800.51
HSL186.59º57.96%30.78%-
HSV(B)186.59º73.39%48.63%-
XYZ10.2813.8121.19-
YUV90.92146.6686.69-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.18%
GREEN value IS 114 (44.92% from 255) = 42.07%
BLUE value IS 124 (48.83% from 255) = 45.76%
R=12.18%
G=42.07%
B=45.76%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal331141240.730.0800.51186.5957.9630.78
Hex21727C498033bb3a1f
Octal41162174111100632737237
Binary100001111001011111001001001100001100111011101111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21727C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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