#229291

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

Shades of Java #229291

Tints of Java #229291

Color information

#229291 (or 0x229291) is unknown color: approx Java. HEX triplet: 22, 92 and 91. RGB value is (34,146,145). Sum of RGB (Red+Green+Blue) = 34+146+145=325 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.46% from 325); Green value is 146 (57.42% from 255 or 44.92% from 325); Blue value is 145 (57.03% from 255 or 44.62% from 325); Max value from RGB is 146 - color contains mainly: green. Hex color #229291 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229291 is #DD6D6E. Grayscale: #707070. Windows color (decimal): -14511471 or 9540130. OLE color: 9540130.

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

Color convert

RGB34146145-
CMYK0.7700.010.43
HSL179.46º62.22%35.29%-
HSV(B)179.46º76.71%57.25%-
XYZ16.0522.9430.37-
YUV112.4146.3972.08-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.46%
GREEN value IS 146 (57.42% from 255) = 44.92%
BLUE value IS 145 (57.03% from 255) = 44.62%
R=10.46%
G=44.92%
B=44.62%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal341461450.7700.010.43179.4662.2235.29
Hex2292914D012Bb33e23
Octal4222222111501532637643
Binary100010100100101001000110011010110101110110011111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #229291; }

 p { color: rgb(34,146,145); }

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

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

 a { background-color: rgb(34,146,145); }

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

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

 span { border-color: rgb(34,146,145); }

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