#239292

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

Shades of Java #239292

Tints of Java #239292

Color information

#239292 (or 0x239292) is unknown color: approx Java. HEX triplet: 23, 92 and 92. RGB value is (35,146,146). Sum of RGB (Red+Green+Blue) = 35+146+146=327 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.70% from 327); Green value is 146 (57.42% from 255 or 44.65% from 327); Blue value is 146 (57.42% from 255 or 44.65% from 327); Max value from RGB is 146 - color contains mainly: green, blue. Hex color #239292 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239292 is #DC6D6D. Grayscale: #707070. Windows color (decimal): -14445934 or 9605667. OLE color: 9605667.

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

Color convert

RGB35146146-
CMYK0.76000.43
HSL180º61.33%35.49%-
HSV(B)180º76.03%57.25%-
XYZ16.1622.9930.78-
YUV112.81146.7372.5-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.70%
GREEN value IS 146 (57.42% from 255) = 44.65%
BLUE value IS 146 (57.42% from 255) = 44.65%
R=10.70%
G=44.65%
B=44.65%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal351461460.76000.4318061.3335.49
Hex2392924C002Bb43d23
Octal4322222211400532647543
Binary100011100100101001001010011000010101110110100111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #239292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #239292; }

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

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

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

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

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

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

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

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