#229295

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

Shades of Java #229295

Tints of Java #229295

Color information

#229295 (or 0x229295) is unknown color: approx Java. HEX triplet: 22, 92 and 95. RGB value is (34,146,149). Sum of RGB (Red+Green+Blue) = 34+146+149=329 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.33% from 329); Green value is 146 (57.42% from 255 or 44.38% from 329); Blue value is 149 (58.59% from 255 or 45.29% from 329); Max value from RGB is 149 - color contains mainly: blue. Hex color #229295 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229295 is #DD6D6A. Grayscale: #707070. Windows color (decimal): -14511467 or 9802274. OLE color: 9802274.

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

Color convert

RGB34146149-
CMYK0.770.0200.42
HSL181.57º62.84%35.88%-
HSV(B)181.57º77.18%58.43%-
XYZ16.3623.0732.02-
YUV112.85148.3971.76-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.33%
GREEN value IS 146 (57.42% from 255) = 44.38%
BLUE value IS 149 (58.59% from 255) = 45.29%
R=10.33%
G=44.38%
B=45.29%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal341461490.770.0200.42181.5762.8435.88
Hex2292954D202Ab63f24
Octal4222222511520522667744
Binary1000101001001010010101100110110010101010110110111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #229295; }

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

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

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

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

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

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

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

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