#22938D

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

Shades of Java #22938D

Tints of Java #22938D

Color information

#22938D (or 0x22938D) is unknown color: approx Java. HEX triplet: 22, 93 and 8D. RGB value is (34,147,141). Sum of RGB (Red+Green+Blue) = 34+147+141=322 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.56% from 322); Green value is 147 (57.81% from 255 or 45.65% from 322); Blue value is 141 (55.47% from 255 or 43.79% from 322); Max value from RGB is 147 - color contains mainly: green. Hex color #22938D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22938D is #DD6C72. Grayscale: #707070. Windows color (decimal): -14511219 or 9278242. OLE color: 9278242.

HSL color Cylindrical-coordinate representation of color #22938D: hue angle of 176.81º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #22938D is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB34147141-
CMYK0.7700.040.42
HSL176.81º62.43%35.49%-
HSV(B)176.81º76.87%57.65%-
XYZ15.923.1328.83-
YUV112.53144.0671.99-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.56%
GREEN value IS 147 (57.81% from 255) = 45.65%
BLUE value IS 141 (55.47% from 255) = 43.79%
R=10.56%
G=45.65%
B=43.79%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal341471410.7700.040.42176.8162.4335.49
Hex22938D4D042Ab13e23
Octal4222321511504522617643
Binary10001010010011100011011001101010010101010110001111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22938D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22938D; }

 p { color: rgb(34,147,141); }

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

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

 a { background-color: rgb(34,147,141); }

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

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

 span { border-color: rgb(34,147,141); }

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