#20688B

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

Shades of Allports #20688B

Tints of Allports #20688B

Color information

#20688B (or 0x20688B) is unknown color: approx Allports. HEX triplet: 20, 68 and 8B. RGB value is (32,104,139). Sum of RGB (Red+Green+Blue) = 32+104+139=275 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.64% from 275); Green value is 104 (41.02% from 255 or 37.82% from 275); Blue value is 139 (54.69% from 255 or 50.55% from 275); Max value from RGB is 139 - color contains mainly: blue. Hex color #20688B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20688B is #DF9774. Grayscale: #565656. Windows color (decimal): -14653301 or 9136160. OLE color: 9136160.

HSL color Cylindrical-coordinate representation of color #20688B: hue angle of 199.63º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20688B is Cyan = 0.77, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB32104139-
CMYK0.770.2500.45
HSL199.63º62.57%33.53%-
HSV(B)199.63º76.98%54.51%-
XYZ10.2112.0726.22-
YUV86.46157.6589.15-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.64%
GREEN value IS 104 (41.02% from 255) = 37.82%
BLUE value IS 139 (54.69% from 255) = 50.55%
R=11.64%
G=37.82%
B=50.55%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal321041390.770.2500.45199.6362.5733.53
Hex20688B4D1902Dc83f22
Octal40150213115310553107742
Binary100000110100010001011100110111001010110111001000111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20688B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,104,139); }

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

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

 a { background-color: rgb(32,104,139); }

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

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

 span { border-color: rgb(32,104,139); }

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