Shades of Java #22989C
Tints of Java #22989C
RGB
CMYK
RGB Variations
Color information
#22989C (or 0x22989C) is known color: Java. HEX triplet: 22, 98 and 9C. RGB value is (34,152,156). Sum of RGB (Red+Green+Blue) = 34+152+156=342 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.94% from 342); Green value is 152 (59.77% from 255 or 44.44% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 156 - color contains mainly: blue. Hex color #22989C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22989C is #DD6763. Grayscale: #757575. Windows color (decimal): -14509924 or 10262562. OLE color: 10262562.
HSL color Cylindrical-coordinate representation of color #22989C: hue angle of 181.97º 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 #22989C is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 34 | 152 | 156 | - |
| CMYK | 0.78 | 0.03 | 0 | 0.39 |
| HSL | 181.97º | 0.64% | 0.37% | - |
| HSV(B) | 181.97º | 0.78% | 0.61% | - |
| XYZ | 17.89 | 25.2 | 35.37 | - |
| YUV | 117.17 | 149.91 | 68.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 152 | 156 | 0.78 | 0.03 | 0 | 0.39 | 181.97 | 0.64 | 0.37 |
| Hex | 22 | 98 | 9C | 4E | 3 | 0 | 27 | B6 | 40 | 25 |
| Octal | 42 | 230 | 234 | 116 | 3 | 0 | 47 | 266 | 100 | 45 |
| Binary | 100010 | 10011000 | 10011100 | 1001110 | 11 | 0 | 100111 | 10110110 | 1000000 | 100101 |
Color Harmonies of #22989C
Complementary color
Monochromatic Colors of #22989C
Black with #22989C
Text Example
Text Example
White with #22989C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22989C; }
p { color: rgb(34,152,156); }
H1.HeaderClassName
{
color: #22989C;
}
.AnyTagClassName
{
color: #22989C;
}
</style>
background-color css
<style>
a { background-color: #22989C; }
a { background-color: rgb(34,152,156); }
div.DivClassName
{
background-color: #22989C;
}
.BgClassName
{
background-color: #22989C;
}
</style>
border-color css
<style>
span { border-color: #22989C; }
span { border-color: rgb(34,152,156); }
td.TdClassName
{
border-color: #22989C;
}
.TagClassName
{
border-color: #22989C;
}
</style>