#239486

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

Shades of Java #239486

Tints of Java #239486

Color information

#239486 (or 0x239486) is unknown color: approx Java. HEX triplet: 23, 94 and 86. RGB value is (35,148,134). Sum of RGB (Red+Green+Blue) = 35+148+134=317 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.04% from 317); Green value is 148 (58.20% from 255 or 46.69% from 317); Blue value is 134 (52.73% from 255 or 42.27% from 317); Max value from RGB is 148 - color contains mainly: green. Hex color #239486 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239486 is #DC6B79. Grayscale: #707070. Windows color (decimal): -14445434 or 8819747. OLE color: 8819747.

HSL color Cylindrical-coordinate representation of color #239486: hue angle of 172.57º 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 #239486 is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB35148134-
CMYK0.7600.090.42
HSL172.57º61.75%35.88%-
HSV(B)172.57º76.35%58.04%-
XYZ15.5923.2626.22-
YUV112.62140.0672.64-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.04%
GREEN value IS 148 (58.20% from 255) = 46.69%
BLUE value IS 134 (52.73% from 255) = 42.27%
R=11.04%
G=46.69%
B=42.27%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal351481340.7600.090.42172.5761.7535.88
Hex2394864C092Aad3e24
Octal43224206114011522557644
Binary100011100101001000011010011000100110101010101101111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #239486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #239486; }

 p { color: rgb(35,148,134); }

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

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

 a { background-color: rgb(35,148,134); }

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

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

 span { border-color: rgb(35,148,134); }

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