#22959B

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

Shades of Java #22959B

Tints of Java #22959B

Color information

#22959B (or 0x22959B) is unknown color: approx Java. HEX triplet: 22, 95 and 9B. RGB value is (34,149,155). Sum of RGB (Red+Green+Blue) = 34+149+155=338 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.06% from 338); Green value is 149 (58.59% from 255 or 44.08% from 338); Blue value is 155 (60.94% from 255 or 45.86% from 338); Max value from RGB is 155 - color contains mainly: blue. Hex color #22959B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22959B is #DD6A64. Grayscale: #737373. Windows color (decimal): -14510693 or 10196258. OLE color: 10196258.

HSL color Cylindrical-coordinate representation of color #22959B: hue angle of 182.98º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #22959B is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB34149155-
CMYK0.780.0400.39
HSL182.98º64.02%37.06%-
HSV(B)182.98º78.06%60.78%-
XYZ17.3224.234.77-
YUV115.3150.470.01-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.06%
GREEN value IS 149 (58.59% from 255) = 44.08%
BLUE value IS 155 (60.94% from 255) = 45.86%
R=10.06%
G=44.08%
B=45.86%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal341491550.780.0400.39182.9864.0237.06
Hex22959B4E4027b74025
Octal42225233116404726710045
Binary100010100101011001101110011101000100111101101111000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22959B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22959B; }

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

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

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

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

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

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

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

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