Shades of Java #22949A
Tints of Java #22949A
RGB
CMYK
RGB Variations
Color information
#22949A (or 0x22949A) is known color: Java. HEX triplet: 22, 94 and 9A. RGB value is (34,148,154). Sum of RGB (Red+Green+Blue) = 34+148+154=336 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.12% from 336); Green value is 148 (58.20% from 255 or 44.05% from 336); Blue value is 154 (60.55% from 255 or 45.83% from 336); Max value from RGB is 154 - color contains mainly: blue. Hex color #22949A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #22949A is #DD6B65. Grayscale: #727272. Windows color (decimal): -14510950 or 10130466. OLE color: 10130466.
HSL color Cylindrical-coordinate representation of color #22949A: hue angle of 183º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #22949A is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 34 | 148 | 154 | - |
| CMYK | 0.78 | 0.04 | 0 | 0.40 |
| HSL | 183º | 0.64% | 0.37% | - |
| HSV(B) | 183º | 0.78% | 0.6% | - |
| XYZ | 17.08 | 23.85 | 34.28 | - |
| YUV | 114.6 | 150.23 | 70.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 148 | 154 | 0.78 | 0.04 | 0 | 0.40 | 183 | 0.64 | 0.37 |
| Hex | 22 | 94 | 9A | 4E | 4 | 0 | 28 | B7 | 40 | 25 |
| Octal | 42 | 224 | 232 | 116 | 4 | 0 | 50 | 267 | 100 | 45 |
| Binary | 100010 | 10010100 | 10011010 | 1001110 | 100 | 0 | 101000 | 10110111 | 1000000 | 100101 |
Color Harmonies of #22949A
Complementary color
Monochromatic Colors of #22949A
Black with #22949A
Text Example
Text Example
White with #22949A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22949A; }
p { color: rgb(34,148,154); }
H1.HeaderClassName
{
color: #22949A;
}
.AnyTagClassName
{
color: #22949A;
}
</style>
background-color css
<style>
a { background-color: #22949A; }
a { background-color: rgb(34,148,154); }
div.DivClassName
{
background-color: #22949A;
}
.BgClassName
{
background-color: #22949A;
}
</style>
border-color css
<style>
span { border-color: #22949A; }
span { border-color: rgb(34,148,154); }
td.TdClassName
{
border-color: #22949A;
}
.TagClassName
{
border-color: #22949A;
}
</style>