Shades of Java #22979B
Tints of Java #22979B
RGB
CMYK
RGB Variations
Color information
#22979B (or 0x22979B) is known color: Java. HEX triplet: 22, 97 and 9B. RGB value is (34,151,155). Sum of RGB (Red+Green+Blue) = 34+151+155=340 (45% of max value = 765). Red value is 34 (13.67% from 255 or 10% from 340); Green value is 151 (59.38% from 255 or 44.41% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 155 - color contains mainly: blue. Hex color #22979B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22979B is #DD6864. Grayscale: #747474. Windows color (decimal): -14510181 or 10196770. OLE color: 10196770.
HSL color Cylindrical-coordinate representation of color #22979B: hue angle of 181.98º 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 #22979B is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 34 | 151 | 155 | - |
| CMYK | 0.78 | 0.03 | 0 | 0.39 |
| HSL | 181.98º | 0.64% | 0.37% | - |
| HSV(B) | 181.98º | 0.78% | 0.61% | - |
| XYZ | 17.64 | 24.84 | 34.88 | - |
| YUV | 116.47 | 149.74 | 69.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 151 | 155 | 0.78 | 0.03 | 0 | 0.39 | 181.98 | 0.64 | 0.37 |
| Hex | 22 | 97 | 9B | 4E | 3 | 0 | 27 | B6 | 40 | 25 |
| Octal | 42 | 227 | 233 | 116 | 3 | 0 | 47 | 266 | 100 | 45 |
| Binary | 100010 | 10010111 | 10011011 | 1001110 | 11 | 0 | 100111 | 10110110 | 1000000 | 100101 |
Color Harmonies of #22979B
Complementary color
Monochromatic Colors of #22979B
Black with #22979B
Text Example
Text Example
White with #22979B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22979B; }
p { color: rgb(34,151,155); }
H1.HeaderClassName
{
color: #22979B;
}
.AnyTagClassName
{
color: #22979B;
}
</style>
background-color css
<style>
a { background-color: #22979B; }
a { background-color: rgb(34,151,155); }
div.DivClassName
{
background-color: #22979B;
}
.BgClassName
{
background-color: #22979B;
}
</style>
border-color css
<style>
span { border-color: #22979B; }
span { border-color: rgb(34,151,155); }
td.TdClassName
{
border-color: #22979B;
}
.TagClassName
{
border-color: #22979B;
}
</style>