#22969B

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

Shades of Java #22969B

Tints of Java #22969B

Color information

#22969B (or 0x22969B) is unknown color: approx Java. HEX triplet: 22, 96 and 9B. RGB value is (34,150,155). Sum of RGB (Red+Green+Blue) = 34+150+155=339 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.03% from 339); Green value is 150 (58.98% from 255 or 44.25% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 155 - color contains mainly: blue. Hex color #22969B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22969B is #DD6964. Grayscale: #737373. Windows color (decimal): -14510437 or 10196514. OLE color: 10196514.

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

Color convert

RGB34150155-
CMYK0.780.0300.39
HSL182.48º64.02%37.06%-
HSV(B)182.48º78.06%60.78%-
XYZ17.4824.5234.82-
YUV115.89150.0769.59-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.03%
GREEN value IS 150 (58.98% from 255) = 44.25%
BLUE value IS 155 (60.94% from 255) = 45.72%
R=10.03%
G=44.25%
B=45.72%

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
Decimal341501550.780.0300.39182.4864.0237.06
Hex22969B4E3027b64025
Octal42226233116304726610045
Binary10001010010110100110111001110110100111101101101000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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