#20838f

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

Shades of Java #20838F

Tints of Java #20838F

Color information

#20838F (or 0x20838F) is unknown color: approx Java. HEX triplet: 20, 83 and 8F. RGB value is (32,131,143). Sum of RGB (Red+Green+Blue) = 32+131+143=306 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.46% from 306); Green value is 131 (51.56% from 255 or 42.81% from 306); Blue value is 143 (56.25% from 255 or 46.73% from 306); Max value from RGB is 143 - color contains mainly: blue. Hex color #20838F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20838F is #DF7C70. Grayscale: #666666. Windows color (decimal): -14646385 or 9405216. OLE color: 9405216.

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

Color convert

RGB32131143-
CMYK0.780.0800.44
HSL186.49º63.43%34.31%-
HSV(B)186.49º77.62%56.08%-
XYZ13.6718.5228.84-
YUV102.77150.777.52-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.46%
GREEN value IS 131 (51.56% from 255) = 42.81%
BLUE value IS 143 (56.25% from 255) = 46.73%
R=10.46%
G=42.81%
B=46.73%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal321311430.780.0800.44186.4963.4334.31
Hex20838F4E802Cba3f22
Octal40203217116100542727742
Binary100000100000111000111110011101000010110010111010111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20838f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20838f; }

 p { color: rgb(32,131,143); }

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

<style>
 a { background-color: #20838f; }

 a { background-color: rgb(32,131,143); }

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

<style>
 span { border-color: #20838f; }

 span { border-color: rgb(32,131,143); }

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