#229895

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

Shades of Java #229895

Tints of Java #229895

Color information

#229895 (or 0x229895) is unknown color: approx Java. HEX triplet: 22, 98 and 95. RGB value is (34,152,149). Sum of RGB (Red+Green+Blue) = 34+152+149=335 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.15% from 335); Green value is 152 (59.77% from 255 or 45.37% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 152 - color contains mainly: green. Hex color #229895 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229895 is #DD676A. Grayscale: #747474. Windows color (decimal): -14509931 or 9803810. OLE color: 9803810.

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

Color convert

RGB34152149-
CMYK0.7800.020.40
HSL178.47º63.44%36.47%-
HSV(B)178.47º77.63%59.61%-
XYZ17.3124.9732.34-
YUV116.38146.4169.24-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.15%
GREEN value IS 152 (59.77% from 255) = 45.37%
BLUE value IS 149 (58.59% from 255) = 44.48%
R=10.15%
G=45.37%
B=44.48%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal341521490.7800.020.40178.4763.4436.47
Hex2298954E0228b23f24
Octal4223022511602502627744
Binary1000101001100010010101100111001010100010110010111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #229895; }

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

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

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

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

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

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

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

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