#22979B

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

Shades of Java #22979B

Tints of Java #22979B

Color information

#22979B (or 0x22979B) is unknown color: approx Java. HEX triplet: 22, 97 and 9B. RGB value is (34,151,155). Sum of RGB (Red+Green+Blue) = 34+151+155=340 (45% of max value = 765). Red value is 34 (13.67% from 255 or 10% from 340); Green value is 151 (59.38% from 255 or 44.41% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 155 - color contains mainly: blue. Hex color #22979B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22979B is #DD6864. Grayscale: #747474. Windows color (decimal): -14510181 or 10196770. OLE color: 10196770.

HSL color Cylindrical-coordinate representation of color #22979B: hue angle of 181.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 #22979B is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB34151155-
CMYK0.780.0300.39
HSL181.98º64.02%37.06%-
HSV(B)181.98º78.06%60.78%-
XYZ17.6424.8434.88-
YUV116.47149.7469.17-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10%
GREEN value IS 151 (59.38% from 255) = 44.41%
BLUE value IS 155 (60.94% from 255) = 45.59%
R=10%
G=44.41%
B=45.59%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal341511550.780.0300.39181.9864.0237.06
Hex22979B4E3027b64025
Octal42227233116304726610045
Binary10001010010111100110111001110110100111101101101000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22979B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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