Shades of Java #22898F
Tints of Java #22898F
RGB
CMYK
RGB Variations
Color information
#22898F (or 0x22898F) is known color: Java. HEX triplet: 22, 89 and 8F. RGB value is (34,137,143). Sum of RGB (Red+Green+Blue) = 34+137+143=314 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.83% from 314); Green value is 137 (53.91% from 255 or 43.63% from 314); Blue value is 143 (56.25% from 255 or 45.54% from 314); Max value from RGB is 143 - color contains mainly: blue. Hex color #22898F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22898F is #DD7670. Grayscale: #6A6A6A. Windows color (decimal): -14513777 or 9406754. OLE color: 9406754.
HSL color Cylindrical-coordinate representation of color #22898F: hue angle of 183.3º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #22898F is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 34 | 137 | 143 | - |
| CMYK | 0.76 | 0.04 | 0 | 0.44 |
| HSL | 183.3º | 0.62% | 0.35% | - |
| HSV(B) | 183.3º | 0.76% | 0.56% | - |
| XYZ | 14.56 | 20.21 | 29.12 | - |
| YUV | 106.89 | 148.38 | 76.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 137 | 143 | 0.76 | 0.04 | 0 | 0.44 | 183.3 | 0.62 | 0.35 |
| Hex | 22 | 89 | 8F | 4C | 4 | 0 | 2C | B7 | 3E | 23 |
| Octal | 42 | 211 | 217 | 114 | 4 | 0 | 54 | 267 | 76 | 43 |
| Binary | 100010 | 10001001 | 10001111 | 1001100 | 100 | 0 | 101100 | 10110111 | 111110 | 100011 |
Color Harmonies of #22898F
Complementary color
Monochromatic Colors of #22898F
Black with #22898F
Text Example
Text Example
White with #22898F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22898F; }
p { color: rgb(34,137,143); }
H1.HeaderClassName
{
color: #22898F;
}
.AnyTagClassName
{
color: #22898F;
}
</style>
background-color css
<style>
a { background-color: #22898F; }
a { background-color: rgb(34,137,143); }
div.DivClassName
{
background-color: #22898F;
}
.BgClassName
{
background-color: #22898F;
}
</style>
border-color css
<style>
span { border-color: #22898F; }
span { border-color: rgb(34,137,143); }
td.TdClassName
{
border-color: #22898F;
}
.TagClassName
{
border-color: #22898F;
}
</style>