#20939E

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

Shades of Java #20939E

Tints of Java #20939E

Color information

#20939E (or 0x20939E) is unknown color: approx Java. HEX triplet: 20, 93 and 9E. RGB value is (32,147,158). Sum of RGB (Red+Green+Blue) = 32+147+158=337 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.50% from 337); Green value is 147 (57.81% from 255 or 43.62% from 337); Blue value is 158 (62.11% from 255 or 46.88% from 337); Max value from RGB is 158 - color contains mainly: blue. Hex color #20939E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20939E is #DF6C61. Grayscale: #717171. Windows color (decimal): -14642274 or 10392352. OLE color: 10392352.

HSL color Cylindrical-coordinate representation of color #20939E: hue angle of 185.24º 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 #20939E is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB32147158-
CMYK0.800.0700.38
HSL185.24º66.32%37.25%-
HSV(B)185.24º79.75%61.96%-
XYZ17.223.6436-
YUV113.87152.969.61-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.50%
GREEN value IS 147 (57.81% from 255) = 43.62%
BLUE value IS 158 (62.11% from 255) = 46.88%
R=9.50%
G=43.62%
B=46.88%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal321471580.800.0700.38185.2466.3237.25
Hex20939E507026b94225
Octal40223236120704627110245
Binary100000100100111001111010100001110100110101110011000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20939E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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