Shades of Java #22949B
Tints of Java #22949B
RGB
CMYK
RGB Variations
Color information
#22949B (or 0x22949B) is known color: Java. HEX triplet: 22, 94 and 9B. RGB value is (34,148,155). Sum of RGB (Red+Green+Blue) = 34+148+155=337 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.09% from 337); Green value is 148 (58.20% from 255 or 43.92% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 155 - color contains mainly: blue. Hex color #22949B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22949B is #DD6B64. Grayscale: #727272. Windows color (decimal): -14510949 or 10196002. OLE color: 10196002.
HSL color Cylindrical-coordinate representation of color #22949B: hue angle of 183.47º 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 #22949B is Cyan = 0.78, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 34 | 148 | 155 | - |
| CMYK | 0.78 | 0.05 | 0 | 0.39 |
| HSL | 183.47º | 0.64% | 0.37% | - |
| HSV(B) | 183.47º | 0.78% | 0.61% | - |
| XYZ | 17.17 | 23.89 | 34.72 | - |
| YUV | 114.71 | 150.73 | 70.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 148 | 155 | 0.78 | 0.05 | 0 | 0.39 | 183.47 | 0.64 | 0.37 |
| Hex | 22 | 94 | 9B | 4E | 5 | 0 | 27 | B7 | 40 | 25 |
| Octal | 42 | 224 | 233 | 116 | 5 | 0 | 47 | 267 | 100 | 45 |
| Binary | 100010 | 10010100 | 10011011 | 1001110 | 101 | 0 | 100111 | 10110111 | 1000000 | 100101 |
Color Harmonies of #22949B
Complementary color
Monochromatic Colors of #22949B
Black with #22949B
Text Example
Text Example
White with #22949B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22949B; }
p { color: rgb(34,148,155); }
H1.HeaderClassName
{
color: #22949B;
}
.AnyTagClassName
{
color: #22949B;
}
</style>
background-color css
<style>
a { background-color: #22949B; }
a { background-color: rgb(34,148,155); }
div.DivClassName
{
background-color: #22949B;
}
.BgClassName
{
background-color: #22949B;
}
</style>
border-color css
<style>
span { border-color: #22949B; }
span { border-color: rgb(34,148,155); }
td.TdClassName
{
border-color: #22949B;
}
.TagClassName
{
border-color: #22949B;
}
</style>