#20627A

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

Shades of Allports #20627A

Tints of Allports #20627A

Color information

#20627A (or 0x20627A) is unknown color: approx Allports. HEX triplet: 20, 62 and 7A. RGB value is (32,98,122). Sum of RGB (Red+Green+Blue) = 32+98+122=252 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.70% from 252); Green value is 98 (38.67% from 255 or 38.89% from 252); Blue value is 122 (48.05% from 255 or 48.41% from 252); Max value from RGB is 122 - color contains mainly: blue. Hex color #20627A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20627A is #DF9D85. Grayscale: #505050. Windows color (decimal): -14654854 or 8020512. OLE color: 8020512.

HSL color Cylindrical-coordinate representation of color #20627A: hue angle of 196º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20627A is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3298122-
CMYK0.740.2000.52
HSL196º58.44%30.2%-
HSV(B)196º73.77%47.84%-
XYZ8.4810.4519.98-
YUV81151.1393.05-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.70%
GREEN value IS 98 (38.67% from 255) = 38.89%
BLUE value IS 122 (48.05% from 255) = 48.41%
R=12.70%
G=38.89%
B=48.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal32981220.740.2000.5219658.4430.2
Hex20627A4A14034c43a1e
Octal40142172112240643047236
Binary1000001100010111101010010101010001101001100010011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20627A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20627A; }

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

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

<style>
 a { background-color: #20627A; }

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

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

<style>
 span { border-color: #20627A; }

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

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