#229890

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

Shades of Java #229890

Tints of Java #229890

Color information

#229890 (or 0x229890) is unknown color: approx Java. HEX triplet: 22, 98 and 90. RGB value is (34,152,144). Sum of RGB (Red+Green+Blue) = 34+152+144=330 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.30% from 330); Green value is 152 (59.77% from 255 or 46.06% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 152 - color contains mainly: green. Hex color #229890 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229890 is #DD676F. Grayscale: #737373. Windows color (decimal): -14509936 or 9476130. OLE color: 9476130.

HSL color Cylindrical-coordinate representation of color #229890: hue angle of 175.93º 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 #229890 is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB34152144-
CMYK0.7800.050.40
HSL175.93º63.44%36.47%-
HSV(B)175.93º77.63%59.61%-
XYZ16.9224.8130.28-
YUV115.81143.9169.65-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.30%
GREEN value IS 152 (59.77% from 255) = 46.06%
BLUE value IS 144 (56.64% from 255) = 43.64%
R=10.30%
G=46.06%
B=43.64%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal341521440.7800.050.40175.9363.4436.47
Hex2298904E0528b03f24
Octal4223022011605502607744
Binary10001010011000100100001001110010110100010110000111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #229890; }

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

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

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

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

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

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

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

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