#20657B

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

Shades of Allports #20657B

Tints of Allports #20657B

Color information

#20657B (or 0x20657B) is unknown color: approx Allports. HEX triplet: 20, 65 and 7B. RGB value is (32,101,123). Sum of RGB (Red+Green+Blue) = 32+101+123=256 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.5% from 256); Green value is 101 (39.84% from 255 or 39.45% from 256); Blue value is 123 (48.44% from 255 or 48.05% from 256); Max value from RGB is 123 - color contains mainly: blue. Hex color #20657B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20657B is #DF9A84. Grayscale: #525252. Windows color (decimal): -14654085 or 8086816. OLE color: 8086816.

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

Color convert

RGB32101123-
CMYK0.740.1800.52
HSL194.51º58.71%30.39%-
HSV(B)194.51º73.98%48.24%-
XYZ8.8211.0420.41-
YUV82.88150.6491.71-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.5%
GREEN value IS 101 (39.84% from 255) = 39.45%
BLUE value IS 123 (48.44% from 255) = 48.05%
R=12.5%
G=39.45%
B=48.05%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal321011230.740.1800.52194.5158.7130.39
Hex20657B4A12034c33b1e
Octal40145173112220643037336
Binary1000001100101111101110010101001001101001100001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20657B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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