Shades of Java #22948E
Tints of Java #22948E
RGB
CMYK
RGB Variations
Color information
#22948E (or 0x22948E) is known color: Java. HEX triplet: 22, 94 and 8E. RGB value is (34,148,142). Sum of RGB (Red+Green+Blue) = 34+148+142=324 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.49% from 324); Green value is 148 (58.20% from 255 or 45.68% from 324); Blue value is 142 (55.86% from 255 or 43.83% from 324); Max value from RGB is 148 - color contains mainly: green. Hex color #22948E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22948E is #DD6B71. Grayscale: #717171. Windows color (decimal): -14510962 or 9344034. OLE color: 9344034.
HSL color Cylindrical-coordinate representation of color #22948E: hue angle of 176.84º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #22948E is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 34 | 148 | 142 | - |
| CMYK | 0.77 | 0 | 0.04 | 0.42 |
| HSL | 176.84º | 0.63% | 0.36% | - |
| HSV(B) | 176.84º | 0.77% | 0.58% | - |
| XYZ | 16.13 | 23.47 | 29.27 | - |
| YUV | 113.23 | 144.23 | 71.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 148 | 142 | 0.77 | 0 | 0.04 | 0.42 | 176.84 | 0.63 | 0.36 |
| Hex | 22 | 94 | 8E | 4D | 0 | 4 | 2A | B1 | 3F | 24 |
| Octal | 42 | 224 | 216 | 115 | 0 | 4 | 52 | 261 | 77 | 44 |
| Binary | 100010 | 10010100 | 10001110 | 1001101 | 0 | 100 | 101010 | 10110001 | 111111 | 100100 |
Color Harmonies of #22948E
Complementary color
Monochromatic Colors of #22948E
Black with #22948E
Text Example
Text Example
White with #22948E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22948E; }
p { color: rgb(34,148,142); }
H1.HeaderClassName
{
color: #22948E;
}
.AnyTagClassName
{
color: #22948E;
}
</style>
background-color css
<style>
a { background-color: #22948E; }
a { background-color: rgb(34,148,142); }
div.DivClassName
{
background-color: #22948E;
}
.BgClassName
{
background-color: #22948E;
}
</style>
border-color css
<style>
span { border-color: #22948E; }
span { border-color: rgb(34,148,142); }
td.TdClassName
{
border-color: #22948E;
}
.TagClassName
{
border-color: #22948E;
}
</style>