Shades of Java #22948F
Tints of Java #22948F
RGB
CMYK
RGB Variations
Color information
#22948F (or 0x22948F) is known color: Java. HEX triplet: 22, 94 and 8F. RGB value is (34,148,143). Sum of RGB (Red+Green+Blue) = 34+148+143=325 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.46% from 325); Green value is 148 (58.20% from 255 or 45.54% from 325); Blue value is 143 (56.25% from 255 or 44% from 325); Max value from RGB is 148 - color contains mainly: green. Hex color #22948F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22948F is #DD6B70. Grayscale: #717171. Windows color (decimal): -14510961 or 9409570. OLE color: 9409570.
HSL color Cylindrical-coordinate representation of color #22948F: hue angle of 177.37º 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 #22948F is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 34 | 148 | 143 | - |
| CMYK | 0.77 | 0 | 0.03 | 0.42 |
| HSL | 177.37º | 0.63% | 0.36% | - |
| HSV(B) | 177.37º | 0.77% | 0.58% | - |
| XYZ | 16.21 | 23.5 | 29.67 | - |
| YUV | 113.34 | 144.73 | 71.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 148 | 143 | 0.77 | 0 | 0.03 | 0.42 | 177.37 | 0.63 | 0.36 |
| Hex | 22 | 94 | 8F | 4D | 0 | 3 | 2A | B1 | 3F | 24 |
| Octal | 42 | 224 | 217 | 115 | 0 | 3 | 52 | 261 | 77 | 44 |
| Binary | 100010 | 10010100 | 10001111 | 1001101 | 0 | 11 | 101010 | 10110001 | 111111 | 100100 |
Color Harmonies of #22948F
Complementary color
Monochromatic Colors of #22948F
Black with #22948F
Text Example
Text Example
White with #22948F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22948F; }
p { color: rgb(34,148,143); }
H1.HeaderClassName
{
color: #22948F;
}
.AnyTagClassName
{
color: #22948F;
}
</style>
background-color css
<style>
a { background-color: #22948F; }
a { background-color: rgb(34,148,143); }
div.DivClassName
{
background-color: #22948F;
}
.BgClassName
{
background-color: #22948F;
}
</style>
border-color css
<style>
span { border-color: #22948F; }
span { border-color: rgb(34,148,143); }
td.TdClassName
{
border-color: #22948F;
}
.TagClassName
{
border-color: #22948F;
}
</style>