Shades of Java #22938E
Tints of Java #22938E
RGB
CMYK
RGB Variations
Color information
#22938E (or 0x22938E) is known color: Java. HEX triplet: 22, 93 and 8E. RGB value is (34,147,142). Sum of RGB (Red+Green+Blue) = 34+147+142=323 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.53% from 323); Green value is 147 (57.81% from 255 or 45.51% from 323); Blue value is 142 (55.86% from 255 or 43.96% from 323); Max value from RGB is 147 - color contains mainly: green. Hex color #22938E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22938E is #DD6C71. Grayscale: #707070. Windows color (decimal): -14511218 or 9343778. OLE color: 9343778.
HSL color Cylindrical-coordinate representation of color #22938E: hue angle of 177.35º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #22938E is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 34 | 147 | 142 | - |
| CMYK | 0.77 | 0 | 0.03 | 0.42 |
| HSL | 177.35º | 0.62% | 0.35% | - |
| HSV(B) | 177.35º | 0.77% | 0.58% | - |
| XYZ | 15.98 | 23.16 | 29.22 | - |
| YUV | 112.64 | 144.56 | 71.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 147 | 142 | 0.77 | 0 | 0.03 | 0.42 | 177.35 | 0.62 | 0.35 |
| Hex | 22 | 93 | 8E | 4D | 0 | 3 | 2A | B1 | 3E | 23 |
| Octal | 42 | 223 | 216 | 115 | 0 | 3 | 52 | 261 | 76 | 43 |
| Binary | 100010 | 10010011 | 10001110 | 1001101 | 0 | 11 | 101010 | 10110001 | 111110 | 100011 |
Color Harmonies of #22938E
Complementary color
Monochromatic Colors of #22938E
Black with #22938E
Text Example
Text Example
White with #22938E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22938E; }
p { color: rgb(34,147,142); }
H1.HeaderClassName
{
color: #22938E;
}
.AnyTagClassName
{
color: #22938E;
}
</style>
background-color css
<style>
a { background-color: #22938E; }
a { background-color: rgb(34,147,142); }
div.DivClassName
{
background-color: #22938E;
}
.BgClassName
{
background-color: #22938E;
}
</style>
border-color css
<style>
span { border-color: #22938E; }
span { border-color: rgb(34,147,142); }
td.TdClassName
{
border-color: #22938E;
}
.TagClassName
{
border-color: #22938E;
}
</style>