#229095

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

Shades of Java #229095

Tints of Java #229095

Color information

#229095 (or 0x229095) is unknown color: approx Java. HEX triplet: 22, 90 and 95. RGB value is (34,144,149). Sum of RGB (Red+Green+Blue) = 34+144+149=327 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.40% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 149 (58.59% from 255 or 45.57% from 327); Max value from RGB is 149 - color contains mainly: blue. Hex color #229095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229095 is #DD6F6A. Grayscale: #6F6F6F. Windows color (decimal): -14511979 or 9801762. OLE color: 9801762.

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

Color convert

RGB34144149-
CMYK0.770.0300.42
HSL182.61º62.84%35.88%-
HSV(B)182.61º77.18%58.43%-
XYZ16.0622.4631.92-
YUV111.68149.0672.59-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.40%
GREEN value IS 144 (56.64% from 255) = 44.04%
BLUE value IS 149 (58.59% from 255) = 45.57%
R=10.40%
G=44.04%
B=45.57%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal341441490.770.0300.42182.6162.8435.88
Hex2290954D302Ab73f24
Octal4222022511530522677744
Binary1000101001000010010101100110111010101010110111111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #229095; }

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

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

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

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

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

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

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

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