Shades of Java #229194
Tints of Java #229194
RGB
CMYK
RGB Variations
Color information
#229194 (or 0x229194) is known color: Java. HEX triplet: 22, 91 and 94. RGB value is (34,145,148). Sum of RGB (Red+Green+Blue) = 34+145+148=327 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.40% from 327); Green value is 145 (57.03% from 255 or 44.34% from 327); Blue value is 148 (58.20% from 255 or 45.26% from 327); Max value from RGB is 148 - color contains mainly: blue. Hex color #229194 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229194 is #DD6E6B. Grayscale: #707070. Windows color (decimal): -14511724 or 9736482. OLE color: 9736482.
HSL color Cylindrical-coordinate representation of color #229194: hue angle of 181.58º 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 #229194 is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 34 | 145 | 148 | - |
| CMYK | 0.77 | 0.02 | 0 | 0.42 |
| HSL | 181.58º | 0.63% | 0.36% | - |
| HSV(B) | 181.58º | 0.77% | 0.58% | - |
| XYZ | 16.13 | 22.73 | 31.55 | - |
| YUV | 112.15 | 148.23 | 72.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 145 | 148 | 0.77 | 0.02 | 0 | 0.42 | 181.58 | 0.63 | 0.36 |
| Hex | 22 | 91 | 94 | 4D | 2 | 0 | 2A | B6 | 3F | 24 |
| Octal | 42 | 221 | 224 | 115 | 2 | 0 | 52 | 266 | 77 | 44 |
| Binary | 100010 | 10010001 | 10010100 | 1001101 | 10 | 0 | 101010 | 10110110 | 111111 | 100100 |
Color Harmonies of #229194
Complementary color
Monochromatic Colors of #229194
Black with #229194
Text Example
Text Example
White with #229194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229194; }
p { color: rgb(34,145,148); }
H1.HeaderClassName
{
color: #229194;
}
.AnyTagClassName
{
color: #229194;
}
</style>
background-color css
<style>
a { background-color: #229194; }
a { background-color: rgb(34,145,148); }
div.DivClassName
{
background-color: #229194;
}
.BgClassName
{
background-color: #229194;
}
</style>
border-color css
<style>
span { border-color: #229194; }
span { border-color: rgb(34,145,148); }
td.TdClassName
{
border-color: #229194;
}
.TagClassName
{
border-color: #229194;
}
</style>