#21707F

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

Shades of Allports #21707F

Tints of Allports #21707F

Color information

#21707F (or 0x21707F) is unknown color: approx Allports. HEX triplet: 21, 70 and 7F. RGB value is (33,112,127). Sum of RGB (Red+Green+Blue) = 33+112+127=272 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.13% from 272); Green value is 112 (44.14% from 255 or 41.18% from 272); Blue value is 127 (50% from 255 or 46.69% from 272); Max value from RGB is 127 - color contains mainly: blue. Hex color #21707F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21707F is #DE8F80. Grayscale: #595959. Windows color (decimal): -14585729 or 8351777. OLE color: 8351777.

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

Color convert

RGB33112127-
CMYK0.740.1200.50
HSL189.57º58.75%31.37%-
HSV(B)189.57º74.02%49.8%-
XYZ10.2513.4422.13-
YUV90.09148.8387.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.13%
GREEN value IS 112 (44.14% from 255) = 41.18%
BLUE value IS 127 (50% from 255) = 46.69%
R=12.13%
G=41.18%
B=46.69%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal331121270.740.1200.50189.5758.7531.37
Hex21707F4AC032be3b1f
Octal41160177112140622767337
Binary100001111000011111111001010110001100101011111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21707F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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