Shades of Java #22949D
Tints of Java #22949D
RGB
CMYK
RGB Variations
Color information
#22949D (or 0x22949D) is known color: Java. HEX triplet: 22, 94 and 9D. RGB value is (34,148,157). Sum of RGB (Red+Green+Blue) = 34+148+157=339 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.03% from 339); Green value is 148 (58.20% from 255 or 43.66% from 339); Blue value is 157 (61.72% from 255 or 46.31% from 339); Max value from RGB is 157 - color contains mainly: blue. Hex color #22949D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22949D is #DD6B62. Grayscale: #727272. Windows color (decimal): -14510947 or 10327074. OLE color: 10327074.
HSL color Cylindrical-coordinate representation of color #22949D: hue angle of 184.39º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #22949D is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 34 | 148 | 157 | - |
| CMYK | 0.78 | 0.06 | 0 | 0.38 |
| HSL | 184.39º | 0.64% | 0.37% | - |
| HSV(B) | 184.39º | 0.78% | 0.62% | - |
| XYZ | 17.34 | 23.95 | 35.61 | - |
| YUV | 114.94 | 151.73 | 70.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 148 | 157 | 0.78 | 0.06 | 0 | 0.38 | 184.39 | 0.64 | 0.37 |
| Hex | 22 | 94 | 9D | 4E | 6 | 0 | 26 | B8 | 40 | 25 |
| Octal | 42 | 224 | 235 | 116 | 6 | 0 | 46 | 270 | 100 | 45 |
| Binary | 100010 | 10010100 | 10011101 | 1001110 | 110 | 0 | 100110 | 10111000 | 1000000 | 100101 |
Color Harmonies of #22949D
Complementary color
Monochromatic Colors of #22949D
Black with #22949D
Text Example
Text Example
White with #22949D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22949D; }
p { color: rgb(34,148,157); }
H1.HeaderClassName
{
color: #22949D;
}
.AnyTagClassName
{
color: #22949D;
}
</style>
background-color css
<style>
a { background-color: #22949D; }
a { background-color: rgb(34,148,157); }
div.DivClassName
{
background-color: #22949D;
}
.BgClassName
{
background-color: #22949D;
}
</style>
border-color css
<style>
span { border-color: #22949D; }
span { border-color: rgb(34,148,157); }
td.TdClassName
{
border-color: #22949D;
}
.TagClassName
{
border-color: #22949D;
}
</style>