Shades of Java #22958B
Tints of Java #22958B
RGB
CMYK
RGB Variations
Color information
#22958B (or 0x22958B) is known color: Java. HEX triplet: 22, 95 and 8B. RGB value is (34,149,139). Sum of RGB (Red+Green+Blue) = 34+149+139=322 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.56% from 322); Green value is 149 (58.59% from 255 or 46.27% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 149 - color contains mainly: green. Hex color #22958B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22958B is #DD6A74. Grayscale: #717171. Windows color (decimal): -14510709 or 9147682. OLE color: 9147682.
HSL color Cylindrical-coordinate representation of color #22958B: hue angle of 174.78º 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 #22958B is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 34 | 149 | 139 | - |
| CMYK | 0.77 | 0 | 0.07 | 0.42 |
| HSL | 174.78º | 0.63% | 0.36% | - |
| HSV(B) | 174.78º | 0.77% | 0.58% | - |
| XYZ | 16.07 | 23.7 | 28.15 | - |
| YUV | 113.48 | 142.4 | 71.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 149 | 139 | 0.77 | 0 | 0.07 | 0.42 | 174.78 | 0.63 | 0.36 |
| Hex | 22 | 95 | 8B | 4D | 0 | 7 | 2A | AF | 3F | 24 |
| Octal | 42 | 225 | 213 | 115 | 0 | 7 | 52 | 257 | 77 | 44 |
| Binary | 100010 | 10010101 | 10001011 | 1001101 | 0 | 111 | 101010 | 10101111 | 111111 | 100100 |
Color Harmonies of #22958B
Complementary color
Monochromatic Colors of #22958B
Black with #22958B
Text Example
Text Example
White with #22958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22958B; }
p { color: rgb(34,149,139); }
H1.HeaderClassName
{
color: #22958B;
}
.AnyTagClassName
{
color: #22958B;
}
</style>
background-color css
<style>
a { background-color: #22958B; }
a { background-color: rgb(34,149,139); }
div.DivClassName
{
background-color: #22958B;
}
.BgClassName
{
background-color: #22958B;
}
</style>
border-color css
<style>
span { border-color: #22958B; }
span { border-color: rgb(34,149,139); }
td.TdClassName
{
border-color: #22958B;
}
.TagClassName
{
border-color: #22958B;
}
</style>