#22928B

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

Shades of Java #22928B

Tints of Java #22928B

Color information

#22928B (or 0x22928B) is unknown color: approx Java. HEX triplet: 22, 92 and 8B. RGB value is (34,146,139). Sum of RGB (Red+Green+Blue) = 34+146+139=319 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.66% from 319); Green value is 146 (57.42% from 255 or 45.77% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 146 - color contains mainly: green. Hex color #22928B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22928B is #DD6D74. Grayscale: #6F6F6F. Windows color (decimal): -14511477 or 9146914. OLE color: 9146914.

HSL color Cylindrical-coordinate representation of color #22928B: hue angle of 176.25º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #22928B is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB34146139-
CMYK0.7700.050.43
HSL176.25º62.22%35.29%-
HSV(B)176.25º76.71%57.25%-
XYZ15.622.7628-
YUV111.71143.3972.57-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.66%
GREEN value IS 146 (57.42% from 255) = 45.77%
BLUE value IS 139 (54.69% from 255) = 43.57%
R=10.66%
G=45.77%
B=43.57%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal341461390.7700.050.43176.2562.2235.29
Hex22928B4D052Bb03e23
Octal4222221311505532607643
Binary10001010010010100010111001101010110101110110000111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22928B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,146,139); }

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

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

 a { background-color: rgb(34,146,139); }

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

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

 span { border-color: rgb(34,146,139); }

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