#20677F

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

Shades of Allports #20677F

Tints of Allports #20677F

Color information

#20677F (or 0x20677F) is unknown color: approx Allports. HEX triplet: 20, 67 and 7F. RGB value is (32,103,127). Sum of RGB (Red+Green+Blue) = 32+103+127=262 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.21% from 262); Green value is 103 (40.62% from 255 or 39.31% from 262); Blue value is 127 (50% from 255 or 48.47% from 262); Max value from RGB is 127 - color contains mainly: blue. Hex color #20677F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20677F is #DF9880. Grayscale: #545454. Windows color (decimal): -14653569 or 8349472. OLE color: 8349472.

HSL color Cylindrical-coordinate representation of color #20677F: hue angle of 195.16º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20677F is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB32103127-
CMYK0.750.1900.50
HSL195.16º59.75%31.18%-
HSV(B)195.16º74.8%49.8%-
XYZ9.2811.5421.82-
YUV84.51151.9890.55-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.21%
GREEN value IS 103 (40.62% from 255) = 39.31%
BLUE value IS 127 (50% from 255) = 48.47%
R=12.21%
G=39.31%
B=48.47%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal321031270.750.1900.50195.1659.7531.18
Hex20677F4B13032c33c1f
Octal40147177113230623037437
Binary1000001100111111111110010111001101100101100001111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20677F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,103,127); }

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

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

 a { background-color: rgb(32,103,127); }

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

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

 span { border-color: rgb(32,103,127); }

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