Shades of Java #229488
Tints of Java #229488
RGB
CMYK
RGB Variations
Color information
#229488 (or 0x229488) is known color: Java. HEX triplet: 22, 94 and 88. RGB value is (34,148,136). Sum of RGB (Red+Green+Blue) = 34+148+136=318 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.69% from 318); Green value is 148 (58.20% from 255 or 46.54% from 318); Blue value is 136 (53.52% from 255 or 42.77% from 318); Max value from RGB is 148 - color contains mainly: green. Hex color #229488 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229488 is #DD6B77. Grayscale: #707070. Windows color (decimal): -14510968 or 8950818. OLE color: 8950818.
HSL color Cylindrical-coordinate representation of color #229488: hue angle of 173.68º 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 #229488 is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 34 | 148 | 136 | - |
| CMYK | 0.77 | 0 | 0.08 | 0.42 |
| HSL | 173.68º | 0.63% | 0.36% | - |
| HSV(B) | 173.68º | 0.77% | 0.58% | - |
| XYZ | 15.69 | 23.3 | 26.96 | - |
| YUV | 112.55 | 141.23 | 71.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 148 | 136 | 0.77 | 0 | 0.08 | 0.42 | 173.68 | 0.63 | 0.36 |
| Hex | 22 | 94 | 88 | 4D | 0 | 8 | 2A | AE | 3F | 24 |
| Octal | 42 | 224 | 210 | 115 | 0 | 10 | 52 | 256 | 77 | 44 |
| Binary | 100010 | 10010100 | 10001000 | 1001101 | 0 | 1000 | 101010 | 10101110 | 111111 | 100100 |
Color Harmonies of #229488
Complementary color
Monochromatic Colors of #229488
Black with #229488
Text Example
Text Example
White with #229488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229488; }
p { color: rgb(34,148,136); }
H1.HeaderClassName
{
color: #229488;
}
.AnyTagClassName
{
color: #229488;
}
</style>
background-color css
<style>
a { background-color: #229488; }
a { background-color: rgb(34,148,136); }
div.DivClassName
{
background-color: #229488;
}
.BgClassName
{
background-color: #229488;
}
</style>
border-color css
<style>
span { border-color: #229488; }
span { border-color: rgb(34,148,136); }
td.TdClassName
{
border-color: #229488;
}
.TagClassName
{
border-color: #229488;
}
</style>