Shades of Java #22939B
Tints of Java #22939B
RGB
CMYK
RGB Variations
Color information
#22939B (or 0x22939B) is known color: Java. HEX triplet: 22, 93 and 9B. RGB value is (34,147,155). Sum of RGB (Red+Green+Blue) = 34+147+155=336 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.12% from 336); Green value is 147 (57.81% from 255 or 43.75% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 155 - color contains mainly: blue. Hex color #22939B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22939B is #DD6C64. Grayscale: #717171. Windows color (decimal): -14511205 or 10195746. OLE color: 10195746.
HSL color Cylindrical-coordinate representation of color #22939B: hue angle of 183.97º 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 #22939B is Cyan = 0.78, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 34 | 147 | 155 | - |
| CMYK | 0.78 | 0.05 | 0 | 0.39 |
| HSL | 183.97º | 0.64% | 0.37% | - |
| HSV(B) | 183.97º | 0.78% | 0.61% | - |
| XYZ | 17.01 | 23.57 | 34.66 | - |
| YUV | 114.13 | 151.06 | 70.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 147 | 155 | 0.78 | 0.05 | 0 | 0.39 | 183.97 | 0.64 | 0.37 |
| Hex | 22 | 93 | 9B | 4E | 5 | 0 | 27 | B8 | 40 | 25 |
| Octal | 42 | 223 | 233 | 116 | 5 | 0 | 47 | 270 | 100 | 45 |
| Binary | 100010 | 10010011 | 10011011 | 1001110 | 101 | 0 | 100111 | 10111000 | 1000000 | 100101 |
Color Harmonies of #22939B
Complementary color
Monochromatic Colors of #22939B
Black with #22939B
Text Example
Text Example
White with #22939B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22939B; }
p { color: rgb(34,147,155); }
H1.HeaderClassName
{
color: #22939B;
}
.AnyTagClassName
{
color: #22939B;
}
</style>
background-color css
<style>
a { background-color: #22939B; }
a { background-color: rgb(34,147,155); }
div.DivClassName
{
background-color: #22939B;
}
.BgClassName
{
background-color: #22939B;
}
</style>
border-color css
<style>
span { border-color: #22939B; }
span { border-color: rgb(34,147,155); }
td.TdClassName
{
border-color: #22939B;
}
.TagClassName
{
border-color: #22939B;
}
</style>