#20738E

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

Shades of Allports #20738E

Tints of Allports #20738E

Color information

#20738E (or 0x20738E) is unknown color: approx Allports. HEX triplet: 20, 73 and 8E. RGB value is (32,115,142). Sum of RGB (Red+Green+Blue) = 32+115+142=289 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.07% from 289); Green value is 115 (45.31% from 255 or 39.79% from 289); Blue value is 142 (55.86% from 255 or 49.13% from 289); Max value from RGB is 142 - color contains mainly: blue. Hex color #20738E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20738E is #DF8C71. Grayscale: #5D5D5D. Windows color (decimal): -14650482 or 9335584. OLE color: 9335584.

HSL color Cylindrical-coordinate representation of color #20738E: hue angle of 194.73º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20738E is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB32115142-
CMYK0.770.1900.44
HSL194.73º63.22%34.12%-
HSV(B)194.73º77.46%55.69%-
XYZ11.6114.5227.78-
YUV93.26155.584.3-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.07%
GREEN value IS 115 (45.31% from 255) = 39.79%
BLUE value IS 142 (55.86% from 255) = 49.13%
R=11.07%
G=39.79%
B=49.13%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal321151420.770.1900.44194.7363.2234.12
Hex20738E4D1302Cc33f22
Octal40163216115230543037742
Binary100000111001110001110100110110011010110011000011111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20738E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20738E; }

 p { color: rgb(32,115,142); }

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

<style>
 a { background-color: #20738E; }

 a { background-color: rgb(32,115,142); }

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

<style>
 span { border-color: #20738E; }

 span { border-color: rgb(32,115,142); }

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