#20626D

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

Shades of Allports #20626D

Tints of Allports #20626D

Color information

#20626D (or 0x20626D) is unknown color: approx Allports. HEX triplet: 20, 62 and 6D. RGB value is (32,98,109). Sum of RGB (Red+Green+Blue) = 32+98+109=239 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.39% from 239); Green value is 98 (38.67% from 255 or 41.00% from 239); Blue value is 109 (42.97% from 255 or 45.61% from 239); Max value from RGB is 109 - color contains mainly: blue. Hex color #20626D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20626D is #DF9D92. Grayscale: #4F4F4F. Windows color (decimal): -14654867 or 7168544. OLE color: 7168544.

HSL color Cylindrical-coordinate representation of color #20626D: hue angle of 188.57º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #20626D is Cyan = 0.71, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3298109-
CMYK0.710.1000.57
HSL188.57º54.61%27.65%-
HSV(B)188.57º70.64%42.75%-
XYZ7.7210.1516.02-
YUV79.52144.6394.11-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.39%
GREEN value IS 98 (38.67% from 255) = 41.00%
BLUE value IS 109 (42.97% from 255) = 45.61%
R=13.39%
G=41.00%
B=45.61%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal32981090.710.1000.57188.5754.6127.65
Hex20626D47A039bd371c
Octal40142155107120712756734
Binary100000110001011011011000111101001110011011110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20626D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20626D; }

 p { color: rgb(32,98,109); }

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

<style>
 a { background-color: #20626D; }

 a { background-color: rgb(32,98,109); }

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

<style>
 span { border-color: #20626D; }

 span { border-color: rgb(32,98,109); }

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