#229486

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

Shades of Java #229486

Tints of Java #229486

Color information

#229486 (or 0x229486) is unknown color: approx Java. HEX triplet: 22, 94 and 86. RGB value is (34,148,134). Sum of RGB (Red+Green+Blue) = 34+148+134=316 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.76% from 316); Green value is 148 (58.20% from 255 or 46.84% from 316); Blue value is 134 (52.73% from 255 or 42.41% from 316); Max value from RGB is 148 - color contains mainly: green. Hex color #229486 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229486 is #DD6B79. Grayscale: #707070. Windows color (decimal): -14510970 or 8819746. OLE color: 8819746.

HSL color Cylindrical-coordinate representation of color #229486: hue angle of 172.63º 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 #229486 is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB34148134-
CMYK0.7700.090.42
HSL172.63º62.64%35.69%-
HSV(B)172.63º77.03%58.04%-
XYZ15.5523.2426.22-
YUV112.32140.2372.14-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.76%
GREEN value IS 148 (58.20% from 255) = 46.84%
BLUE value IS 134 (52.73% from 255) = 42.41%
R=10.76%
G=46.84%
B=42.41%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal341481340.7700.090.42172.6362.6435.69
Hex2294864D092Aad3f24
Octal42224206115011522557744
Binary100010100101001000011010011010100110101010101101111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #229486; }

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

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

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

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

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

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

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

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