#20677B

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

Shades of Allports #20677B

Tints of Allports #20677B

Color information

#20677B (or 0x20677B) is unknown color: approx Allports. HEX triplet: 20, 67 and 7B. RGB value is (32,103,123). Sum of RGB (Red+Green+Blue) = 32+103+123=258 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.40% from 258); Green value is 103 (40.62% from 255 or 39.92% from 258); Blue value is 123 (48.44% from 255 or 47.67% from 258); Max value from RGB is 123 - color contains mainly: blue. Hex color #20677B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20677B is #DF9884. Grayscale: #535353. Windows color (decimal): -14653573 or 8087328. OLE color: 8087328.

HSL color Cylindrical-coordinate representation of color #20677B: hue angle of 193.19º degrees, saturation: 0.59, 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 #20677B is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB32103123-
CMYK0.740.1600.52
HSL193.19º58.71%30.39%-
HSV(B)193.19º73.98%48.24%-
XYZ9.0211.4420.47-
YUV84.05149.9890.87-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.40%
GREEN value IS 103 (40.62% from 255) = 39.92%
BLUE value IS 123 (48.44% from 255) = 47.67%
R=12.40%
G=39.92%
B=47.67%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal321031230.740.1600.52193.1958.7130.39
Hex20677B4A10034c13b1e
Octal40147173112200643017336
Binary1000001100111111101110010101000001101001100000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20677B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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