#229396

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

Shades of Java #229396

Tints of Java #229396

Color information

#229396 (or 0x229396) is unknown color: approx Java. HEX triplet: 22, 93 and 96. RGB value is (34,147,150). Sum of RGB (Red+Green+Blue) = 34+147+150=331 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.27% from 331); Green value is 147 (57.81% from 255 or 44.41% from 331); Blue value is 150 (58.98% from 255 or 45.32% from 331); Max value from RGB is 150 - color contains mainly: blue. Hex color #229396 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229396 is #DD6C69. Grayscale: #717171. Windows color (decimal): -14511210 or 9868066. OLE color: 9868066.

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

Color convert

RGB34147150-
CMYK0.770.0200.41
HSL181.55º63.04%36.08%-
HSV(B)181.55º77.33%58.82%-
XYZ16.623.4132.5-
YUV113.56148.5671.26-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.27%
GREEN value IS 147 (57.81% from 255) = 44.41%
BLUE value IS 150 (58.98% from 255) = 45.32%
R=10.27%
G=44.41%
B=45.32%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal341471500.770.0200.41181.5563.0436.08
Hex2293964D2029b63f24
Octal4222322611520512667744
Binary1000101001001110010110100110110010100110110110111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #229396; }

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

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

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

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

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

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

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

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