#229488

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

Shades of Java #229488

Tints of Java #229488

Color information

#229488 (or 0x229488) is unknown color: approx Java. HEX triplet: 22, 94 and 88. RGB value is (34,148,136). Sum of RGB (Red+Green+Blue) = 34+148+136=318 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.69% from 318); Green value is 148 (58.20% from 255 or 46.54% from 318); Blue value is 136 (53.52% from 255 or 42.77% from 318); Max value from RGB is 148 - color contains mainly: green. Hex color #229488 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229488 is #DD6B77. Grayscale: #707070. Windows color (decimal): -14510968 or 8950818. OLE color: 8950818.

HSL color Cylindrical-coordinate representation of color #229488: hue angle of 173.68º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #229488 is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB34148136-
CMYK0.7700.080.42
HSL173.68º62.64%35.69%-
HSV(B)173.68º77.03%58.04%-
XYZ15.6923.326.96-
YUV112.55141.2371.98-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.69%
GREEN value IS 148 (58.20% from 255) = 46.54%
BLUE value IS 136 (53.52% from 255) = 42.77%
R=10.69%
G=46.54%
B=42.77%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal341481360.7700.080.42173.6862.6435.69
Hex2294884D082Aae3f24
Octal42224210115010522567744
Binary100010100101001000100010011010100010101010101110111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #229488; }

 p { color: rgb(34,148,136); }

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

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

 a { background-color: rgb(34,148,136); }

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

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

 span { border-color: rgb(34,148,136); }

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