#20939F

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

Shades of Java #20939F

Tints of Java #20939F

Color information

#20939F (or 0x20939F) is unknown color: approx Java. HEX triplet: 20, 93 and 9F. RGB value is (32,147,159). Sum of RGB (Red+Green+Blue) = 32+147+159=338 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.47% from 338); Green value is 147 (57.81% from 255 or 43.49% from 338); Blue value is 159 (62.5% from 255 or 47.04% from 338); Max value from RGB is 159 - color contains mainly: blue. Hex color #20939F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20939F is #DF6C60. Grayscale: #717171. Windows color (decimal): -14642273 or 10457888. OLE color: 10457888.

HSL color Cylindrical-coordinate representation of color #20939F: hue angle of 185.67º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20939F is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB32147159-
CMYK0.800.0800.38
HSL185.67º66.49%37.45%-
HSV(B)185.67º79.87%62.35%-
XYZ17.2923.6836.46-
YUV113.98153.469.52-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.47%
GREEN value IS 147 (57.81% from 255) = 43.49%
BLUE value IS 159 (62.5% from 255) = 47.04%
R=9.47%
G=43.49%
B=47.04%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal321471590.800.0800.38185.6766.4937.45
Hex20939F508026ba4225
Octal402232371201004627210245
Binary1000001001001110011111101000010000100110101110101000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20939F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,147,159); }

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

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

 a { background-color: rgb(32,147,159); }

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

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

 span { border-color: rgb(32,147,159); }

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