#229382

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

Shades of Java #229382

Tints of Java #229382

Color information

#229382 (or 0x229382) is unknown color: approx Java. HEX triplet: 22, 93 and 82. RGB value is (34,147,130). Sum of RGB (Red+Green+Blue) = 34+147+130=311 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.93% from 311); Green value is 147 (57.81% from 255 or 47.27% from 311); Blue value is 130 (51.17% from 255 or 41.80% from 311); Max value from RGB is 147 - color contains mainly: green. Hex color #229382 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229382 is #DD6C7D. Grayscale: #6F6F6F. Windows color (decimal): -14511230 or 8557346. OLE color: 8557346.

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

Color convert

RGB34147130-
CMYK0.7700.120.42
HSL170.97º62.43%35.49%-
HSV(B)170.97º76.87%57.65%-
XYZ15.1222.8224.73-
YUV111.28138.5672.88-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.93%
GREEN value IS 147 (57.81% from 255) = 47.27%
BLUE value IS 130 (51.17% from 255) = 41.80%
R=10.93%
G=47.27%
B=41.80%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal341471300.7700.120.42170.9762.4335.49
Hex2293824D0C2Aab3e23
Octal42223202115014522537643
Binary100010100100111000001010011010110010101010101011111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #229382; }

 p { color: rgb(34,147,130); }

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

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

 a { background-color: rgb(34,147,130); }

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

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

 span { border-color: rgb(34,147,130); }

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