Shades of Java #229092
Tints of Java #229092
RGB
CMYK
RGB Variations
Color information
#229092 (or 0x229092) is known color: Java. HEX triplet: 22, 90 and 92. RGB value is (34,144,146). Sum of RGB (Red+Green+Blue) = 34+144+146=324 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.49% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 146 (57.42% from 255 or 45.06% from 324); Max value from RGB is 146 - color contains mainly: blue. Hex color #229092 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229092 is #DD6F6D. Grayscale: #6F6F6F. Windows color (decimal): -14511982 or 9605154. OLE color: 9605154.
HSL color Cylindrical-coordinate representation of color #229092: hue angle of 181.07º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #229092 is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 34 | 144 | 146 | - |
| CMYK | 0.77 | 0.01 | 0 | 0.43 |
| HSL | 181.07º | 0.62% | 0.35% | - |
| HSV(B) | 181.07º | 0.77% | 0.57% | - |
| XYZ | 15.82 | 22.36 | 30.68 | - |
| YUV | 111.34 | 147.56 | 72.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 144 | 146 | 0.77 | 0.01 | 0 | 0.43 | 181.07 | 0.62 | 0.35 |
| Hex | 22 | 90 | 92 | 4D | 1 | 0 | 2B | B5 | 3E | 23 |
| Octal | 42 | 220 | 222 | 115 | 1 | 0 | 53 | 265 | 76 | 43 |
| Binary | 100010 | 10010000 | 10010010 | 1001101 | 1 | 0 | 101011 | 10110101 | 111110 | 100011 |
Color Harmonies of #229092
Complementary color
Monochromatic Colors of #229092
Black with #229092
Text Example
Text Example
White with #229092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229092; }
p { color: rgb(34,144,146); }
H1.HeaderClassName
{
color: #229092;
}
.AnyTagClassName
{
color: #229092;
}
</style>
background-color css
<style>
a { background-color: #229092; }
a { background-color: rgb(34,144,146); }
div.DivClassName
{
background-color: #229092;
}
.BgClassName
{
background-color: #229092;
}
</style>
border-color css
<style>
span { border-color: #229092; }
span { border-color: rgb(34,144,146); }
td.TdClassName
{
border-color: #229092;
}
.TagClassName
{
border-color: #229092;
}
</style>