#229290

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

Shades of Java #229290

Tints of Java #229290

Color information

#229290 (or 0x229290) is unknown color: approx Java. HEX triplet: 22, 92 and 90. RGB value is (34,146,144). Sum of RGB (Red+Green+Blue) = 34+146+144=324 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.49% from 324); Green value is 146 (57.42% from 255 or 45.06% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 146 - color contains mainly: green. Hex color #229290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229290 is #DD6D6F. Grayscale: #707070. Windows color (decimal): -14511472 or 9474594. OLE color: 9474594.

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

Color convert

RGB34146144-
CMYK0.7700.010.43
HSL178.93º62.22%35.29%-
HSV(B)178.93º76.71%57.25%-
XYZ15.9722.9129.97-
YUV112.28145.8972.16-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.49%
GREEN value IS 146 (57.42% from 255) = 45.06%
BLUE value IS 144 (56.64% from 255) = 44.44%
R=10.49%
G=45.06%
B=44.44%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal341461440.7700.010.43178.9362.2235.29
Hex2292904D012Bb33e23
Octal4222222011501532637643
Binary100010100100101001000010011010110101110110011111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #229290; }

 p { color: rgb(34,146,144); }

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

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

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

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

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

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

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