Shades of Java #22958D
Tints of Java #22958D
RGB
CMYK
RGB Variations
Color information
#22958D (or 0x22958D) is known color: Java. HEX triplet: 22, 95 and 8D. RGB value is (34,149,141). Sum of RGB (Red+Green+Blue) = 34+149+141=324 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.49% from 324); Green value is 149 (58.59% from 255 or 45.99% from 324); Blue value is 141 (55.47% from 255 or 43.52% from 324); Max value from RGB is 149 - color contains mainly: green. Hex color #22958D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22958D is #DD6A72. Grayscale: #717171. Windows color (decimal): -14510707 or 9278754. OLE color: 9278754.
HSL color Cylindrical-coordinate representation of color #22958D: hue angle of 175.83º 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 #22958D is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 34 | 149 | 141 | - |
| CMYK | 0.77 | 0 | 0.05 | 0.42 |
| HSL | 175.83º | 0.63% | 0.36% | - |
| HSV(B) | 175.83º | 0.77% | 0.58% | - |
| XYZ | 16.21 | 23.76 | 28.93 | - |
| YUV | 113.7 | 143.4 | 71.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 149 | 141 | 0.77 | 0 | 0.05 | 0.42 | 175.83 | 0.63 | 0.36 |
| Hex | 22 | 95 | 8D | 4D | 0 | 5 | 2A | B0 | 3F | 24 |
| Octal | 42 | 225 | 215 | 115 | 0 | 5 | 52 | 260 | 77 | 44 |
| Binary | 100010 | 10010101 | 10001101 | 1001101 | 0 | 101 | 101010 | 10110000 | 111111 | 100100 |
Color Harmonies of #22958D
Complementary color
Monochromatic Colors of #22958D
Black with #22958D
Text Example
Text Example
White with #22958D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22958D; }
p { color: rgb(34,149,141); }
H1.HeaderClassName
{
color: #22958D;
}
.AnyTagClassName
{
color: #22958D;
}
</style>
background-color css
<style>
a { background-color: #22958D; }
a { background-color: rgb(34,149,141); }
div.DivClassName
{
background-color: #22958D;
}
.BgClassName
{
background-color: #22958D;
}
</style>
border-color css
<style>
span { border-color: #22958D; }
span { border-color: rgb(34,149,141); }
td.TdClassName
{
border-color: #22958D;
}
.TagClassName
{
border-color: #22958D;
}
</style>