Shades of Java #22959C
Tints of Java #22959C
RGB
CMYK
RGB Variations
Color information
#22959C (or 0x22959C) is known color: Java. HEX triplet: 22, 95 and 9C. RGB value is (34,149,156). Sum of RGB (Red+Green+Blue) = 34+149+156=339 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.03% from 339); Green value is 149 (58.59% from 255 or 43.95% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 156 - color contains mainly: blue. Hex color #22959C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22959C is #DD6A63. Grayscale: #737373. Windows color (decimal): -14510692 or 10261794. OLE color: 10261794.
HSL color Cylindrical-coordinate representation of color #22959C: hue angle of 183.44º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #22959C is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 34 | 149 | 156 | - |
| CMYK | 0.78 | 0.04 | 0 | 0.39 |
| HSL | 183.44º | 0.64% | 0.37% | - |
| HSV(B) | 183.44º | 0.78% | 0.61% | - |
| XYZ | 17.41 | 24.24 | 35.21 | - |
| YUV | 115.41 | 150.9 | 69.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 149 | 156 | 0.78 | 0.04 | 0 | 0.39 | 183.44 | 0.64 | 0.37 |
| Hex | 22 | 95 | 9C | 4E | 4 | 0 | 27 | B7 | 40 | 25 |
| Octal | 42 | 225 | 234 | 116 | 4 | 0 | 47 | 267 | 100 | 45 |
| Binary | 100010 | 10010101 | 10011100 | 1001110 | 100 | 0 | 100111 | 10110111 | 1000000 | 100101 |
Color Harmonies of #22959C
Complementary color
Monochromatic Colors of #22959C
Black with #22959C
Text Example
Text Example
White with #22959C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22959C; }
p { color: rgb(34,149,156); }
H1.HeaderClassName
{
color: #22959C;
}
.AnyTagClassName
{
color: #22959C;
}
</style>
background-color css
<style>
a { background-color: #22959C; }
a { background-color: rgb(34,149,156); }
div.DivClassName
{
background-color: #22959C;
}
.BgClassName
{
background-color: #22959C;
}
</style>
border-color css
<style>
span { border-color: #22959C; }
span { border-color: rgb(34,149,156); }
td.TdClassName
{
border-color: #22959C;
}
.TagClassName
{
border-color: #22959C;
}
</style>