#209388

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

Shades of Java #209388

Tints of Java #209388

Color information

#209388 (or 0x209388) is unknown color: approx Java. HEX triplet: 20, 93 and 88. RGB value is (32,147,136). Sum of RGB (Red+Green+Blue) = 32+147+136=315 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.16% from 315); Green value is 147 (57.81% from 255 or 46.67% from 315); Blue value is 136 (53.52% from 255 or 43.17% from 315); Max value from RGB is 147 - color contains mainly: green. Hex color #209388 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209388 is #DF6C77. Grayscale: #6F6F6F. Windows color (decimal): -14642296 or 8950560. OLE color: 8950560.

HSL color Cylindrical-coordinate representation of color #209388: hue angle of 174.26º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #209388 is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB32147136-
CMYK0.7800.070.42
HSL174.26º64.25%35.1%-
HSV(B)174.26º78.23%57.65%-
XYZ15.4722.9526.91-
YUV111.36141.971.39-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.16%
GREEN value IS 147 (57.81% from 255) = 46.67%
BLUE value IS 136 (53.52% from 255) = 43.17%
R=10.16%
G=46.67%
B=43.17%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal321471360.7800.070.42174.2664.2535.1
Hex2093884E072Aae4023
Octal40223210116075225610043
Binary100000100100111000100010011100111101010101011101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #209388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #209388; }

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

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

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

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

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

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

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

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