#239B9B

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

Shades of Java #239B9B

Tints of Java #239B9B

Color information

#239B9B (or 0x239B9B) is unknown color: approx Java. HEX triplet: 23, 9B and 9B. RGB value is (35,155,155). Sum of RGB (Red+Green+Blue) = 35+155+155=345 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.14% from 345); Green value is 155 (60.94% from 255 or 44.93% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 155 - color contains mainly: green, blue. Hex color #239B9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239B9B is #DC6464. Grayscale: #767676. Windows color (decimal): -14443621 or 10197795. OLE color: 10197795.

HSL color Cylindrical-coordinate representation of color #239B9B: hue angle of 180º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #239B9B is Cyan = 0.77, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB35155155-
CMYK0.77000.39
HSL180º63.16%37.25%-
HSV(B)180º77.42%60.78%-
XYZ18.3326.1735.09-
YUV119.12148.2468-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.14%
GREEN value IS 155 (60.94% from 255) = 44.93%
BLUE value IS 155 (60.94% from 255) = 44.93%
R=10.14%
G=44.93%
B=44.93%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal351551550.77000.3918063.1637.25
Hex239B9B4D0027b43f25
Octal4323323311500472647745
Binary100011100110111001101110011010010011110110100111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #239B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #239B9B; }

 p { color: rgb(35,155,155); }

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

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

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

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

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

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

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