#239288

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

Shades of Java #239288

Tints of Java #239288

Color information

#239288 (or 0x239288) is unknown color: approx Java. HEX triplet: 23, 92 and 88. RGB value is (35,146,136). Sum of RGB (Red+Green+Blue) = 35+146+136=317 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.04% from 317); Green value is 146 (57.42% from 255 or 46.06% from 317); Blue value is 136 (53.52% from 255 or 42.90% from 317); Max value from RGB is 146 - color contains mainly: green. Hex color #239288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239288 is #DC6D77. Grayscale: #6F6F6F. Windows color (decimal): -14445944 or 8950307. OLE color: 8950307.

HSL color Cylindrical-coordinate representation of color #239288: hue angle of 174.59º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #239288 is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB35146136-
CMYK0.7600.070.43
HSL174.59º61.33%35.49%-
HSV(B)174.59º76.03%57.25%-
XYZ15.4222.6926.86-
YUV111.67141.7373.31-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.04%
GREEN value IS 146 (57.42% from 255) = 46.06%
BLUE value IS 136 (53.52% from 255) = 42.90%
R=11.04%
G=46.06%
B=42.90%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal351461360.7600.070.43174.5961.3335.49
Hex2392884C072Baf3d23
Octal4322221011407532577543
Binary10001110010010100010001001100011110101110101111111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #239288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #239288; }

 p { color: rgb(35,146,136); }

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

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

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

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

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

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

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