#21747F

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

Shades of Allports #21747F

Tints of Allports #21747F

Color information

#21747F (or 0x21747F) is unknown color: approx Allports. HEX triplet: 21, 74 and 7F. RGB value is (33,116,127). Sum of RGB (Red+Green+Blue) = 33+116+127=276 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.96% from 276); Green value is 116 (45.70% from 255 or 42.03% from 276); Blue value is 127 (50% from 255 or 46.01% from 276); Max value from RGB is 127 - color contains mainly: blue. Hex color #21747F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21747F is #DE8B80. Grayscale: #5C5C5C. Windows color (decimal): -14584705 or 8352801. OLE color: 8352801.

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

Color convert

RGB33116127-
CMYK0.740.0900.50
HSL187.02º58.75%31.37%-
HSV(B)187.02º74.02%49.8%-
XYZ10.714.3522.28-
YUV92.44147.585.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.96%
GREEN value IS 116 (45.70% from 255) = 42.03%
BLUE value IS 127 (50% from 255) = 46.01%
R=11.96%
G=42.03%
B=46.01%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal331161270.740.0900.50187.0258.7531.37
Hex21747F4A9032bb3b1f
Octal41164177112110622737337
Binary100001111010011111111001010100101100101011101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21747F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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