#239382

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

Shades of Java #239382

Tints of Java #239382

Color information

#239382 (or 0x239382) is unknown color: approx Java. HEX triplet: 23, 93 and 82. RGB value is (35,147,130). Sum of RGB (Red+Green+Blue) = 35+147+130=312 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.22% from 312); Green value is 147 (57.81% from 255 or 47.12% from 312); Blue value is 130 (51.17% from 255 or 41.67% from 312); Max value from RGB is 147 - color contains mainly: green. Hex color #239382 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239382 is #DC6C7D. Grayscale: #6F6F6F. Windows color (decimal): -14445694 or 8557347. OLE color: 8557347.

HSL color Cylindrical-coordinate representation of color #239382: hue angle of 170.89º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #239382 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB35147130-
CMYK0.7600.120.42
HSL170.89º61.54%35.69%-
HSV(B)170.89º76.19%57.65%-
XYZ15.1622.8424.73-
YUV111.57138.3973.38-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.22%
GREEN value IS 147 (57.81% from 255) = 47.12%
BLUE value IS 130 (51.17% from 255) = 41.67%
R=11.22%
G=47.12%
B=41.67%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal351471300.7600.120.42170.8961.5435.69
Hex2393824C0C2Aab3e24
Octal43223202114014522537644
Binary100011100100111000001010011000110010101010101011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #239382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #239382; }

 p { color: rgb(35,147,130); }

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

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

 a { background-color: rgb(35,147,130); }

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

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

 span { border-color: rgb(35,147,130); }

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