#239F9A

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

Shades of Java #239F9A

Tints of Java #239F9A

Color information

#239F9A (or 0x239F9A) is unknown color: approx Java. HEX triplet: 23, 9F and 9A. RGB value is (35,159,154). Sum of RGB (Red+Green+Blue) = 35+159+154=348 (46% of max value = 765). Red value is 35 (14.06% from 255 or 10.06% from 348); Green value is 159 (62.5% from 255 or 45.69% from 348); Blue value is 154 (60.55% from 255 or 44.25% from 348); Max value from RGB is 159 - color contains mainly: green. Hex color #239F9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239F9A is #DC6065. Grayscale: #797979. Windows color (decimal): -14442598 or 10133283. OLE color: 10133283.

HSL color Cylindrical-coordinate representation of color #239F9A: hue angle of 177.58º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #239F9A is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB35159154-
CMYK0.7800.030.38
HSL177.58º63.92%38.04%-
HSV(B)177.58º77.99%62.35%-
XYZ18.9227.4934.88-
YUV121.35146.4266.41-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.06%
GREEN value IS 159 (62.5% from 255) = 45.69%
BLUE value IS 154 (60.55% from 255) = 44.25%
R=10.06%
G=45.69%
B=44.25%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal351591540.7800.030.38177.5863.9238.04
Hex239F9A4E0326b24026
Octal43237232116034626210046
Binary10001110011111100110101001110011100110101100101000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #239F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,159,154); }

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

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

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

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

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

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

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