#229384

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

Shades of Java #229384

Tints of Java #229384

Color information

#229384 (or 0x229384) is unknown color: approx Java. HEX triplet: 22, 93 and 84. RGB value is (34,147,132). Sum of RGB (Red+Green+Blue) = 34+147+132=313 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.86% from 313); Green value is 147 (57.81% from 255 or 46.96% from 313); Blue value is 132 (51.95% from 255 or 42.17% from 313); Max value from RGB is 147 - color contains mainly: green. Hex color #229384 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229384 is #DD6C7B. Grayscale: #6F6F6F. Windows color (decimal): -14511228 or 8688418. OLE color: 8688418.

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

Color convert

RGB34147132-
CMYK0.7700.100.42
HSL172.04º62.43%35.49%-
HSV(B)172.04º76.87%57.65%-
XYZ15.2622.8725.44-
YUV111.5139.5672.72-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.86%
GREEN value IS 147 (57.81% from 255) = 46.96%
BLUE value IS 132 (51.95% from 255) = 42.17%
R=10.86%
G=46.96%
B=42.17%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal341471320.7700.100.42172.0462.4335.49
Hex2293844D0A2Aac3e23
Octal42223204115012522547643
Binary100010100100111000010010011010101010101010101100111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #229384; }

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

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

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

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

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

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

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

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