Shades of Java #229294
Tints of Java #229294
RGB
CMYK
RGB Variations
Color information
#229294 (or 0x229294) is known color: Java. HEX triplet: 22, 92 and 94. RGB value is (34,146,148). Sum of RGB (Red+Green+Blue) = 34+146+148=328 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.37% from 328); Green value is 146 (57.42% from 255 or 44.51% from 328); Blue value is 148 (58.20% from 255 or 45.12% from 328); Max value from RGB is 148 - color contains mainly: blue. Hex color #229294 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229294 is #DD6D6B. Grayscale: #707070. Windows color (decimal): -14511468 or 9736738. OLE color: 9736738.
HSL color Cylindrical-coordinate representation of color #229294: hue angle of 181.05º 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 #229294 is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 34 | 146 | 148 | - |
| CMYK | 0.77 | 0.01 | 0 | 0.42 |
| HSL | 181.05º | 0.63% | 0.36% | - |
| HSV(B) | 181.05º | 0.77% | 0.58% | - |
| XYZ | 16.28 | 23.04 | 31.61 | - |
| YUV | 112.74 | 147.89 | 71.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 146 | 148 | 0.77 | 0.01 | 0 | 0.42 | 181.05 | 0.63 | 0.36 |
| Hex | 22 | 92 | 94 | 4D | 1 | 0 | 2A | B5 | 3F | 24 |
| Octal | 42 | 222 | 224 | 115 | 1 | 0 | 52 | 265 | 77 | 44 |
| Binary | 100010 | 10010010 | 10010100 | 1001101 | 1 | 0 | 101010 | 10110101 | 111111 | 100100 |
Color Harmonies of #229294
Complementary color
Monochromatic Colors of #229294
Black with #229294
Text Example
Text Example
White with #229294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229294; }
p { color: rgb(34,146,148); }
H1.HeaderClassName
{
color: #229294;
}
.AnyTagClassName
{
color: #229294;
}
</style>
background-color css
<style>
a { background-color: #229294; }
a { background-color: rgb(34,146,148); }
div.DivClassName
{
background-color: #229294;
}
.BgClassName
{
background-color: #229294;
}
</style>
border-color css
<style>
span { border-color: #229294; }
span { border-color: rgb(34,146,148); }
td.TdClassName
{
border-color: #229294;
}
.TagClassName
{
border-color: #229294;
}
</style>