Shades of Java #22938C
Tints of Java #22938C
RGB
CMYK
RGB Variations
Color information
#22938C (or 0x22938C) is known color: Java. HEX triplet: 22, 93 and 8C. RGB value is (34,147,140). Sum of RGB (Red+Green+Blue) = 34+147+140=321 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.59% from 321); Green value is 147 (57.81% from 255 or 45.79% from 321); Blue value is 140 (55.08% from 255 or 43.61% from 321); Max value from RGB is 147 - color contains mainly: green. Hex color #22938C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22938C is #DD6C73. Grayscale: #707070. Windows color (decimal): -14511220 or 9212706. OLE color: 9212706.
HSL color Cylindrical-coordinate representation of color #22938C: hue angle of 176.28º 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 #22938C is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 34 | 147 | 140 | - |
| CMYK | 0.77 | 0 | 0.05 | 0.42 |
| HSL | 176.28º | 0.62% | 0.35% | - |
| HSV(B) | 176.28º | 0.77% | 0.58% | - |
| XYZ | 15.83 | 23.1 | 28.44 | - |
| YUV | 112.42 | 143.56 | 72.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 147 | 140 | 0.77 | 0 | 0.05 | 0.42 | 176.28 | 0.62 | 0.35 |
| Hex | 22 | 93 | 8C | 4D | 0 | 5 | 2A | B0 | 3E | 23 |
| Octal | 42 | 223 | 214 | 115 | 0 | 5 | 52 | 260 | 76 | 43 |
| Binary | 100010 | 10010011 | 10001100 | 1001101 | 0 | 101 | 101010 | 10110000 | 111110 | 100011 |
Color Harmonies of #22938C
Complementary color
Monochromatic Colors of #22938C
Black with #22938C
Text Example
Text Example
White with #22938C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22938C; }
p { color: rgb(34,147,140); }
H1.HeaderClassName
{
color: #22938C;
}
.AnyTagClassName
{
color: #22938C;
}
</style>
background-color css
<style>
a { background-color: #22938C; }
a { background-color: rgb(34,147,140); }
div.DivClassName
{
background-color: #22938C;
}
.BgClassName
{
background-color: #22938C;
}
</style>
border-color css
<style>
span { border-color: #22938C; }
span { border-color: rgb(34,147,140); }
td.TdClassName
{
border-color: #22938C;
}
.TagClassName
{
border-color: #22938C;
}
</style>