Shades of Java #229186
Tints of Java #229186
RGB
CMYK
RGB Variations
Color information
#229186 (or 0x229186) is known color: Java. HEX triplet: 22, 91 and 86. RGB value is (34,145,134). Sum of RGB (Red+Green+Blue) = 34+145+134=313 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.86% from 313); Green value is 145 (57.03% from 255 or 46.33% from 313); Blue value is 134 (52.73% from 255 or 42.81% from 313); Max value from RGB is 145 - color contains mainly: green. Hex color #229186 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229186 is #DD6E79. Grayscale: #6E6E6E. Windows color (decimal): -14511738 or 8818978. OLE color: 8818978.
HSL color Cylindrical-coordinate representation of color #229186: hue angle of 174.05º 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 #229186 is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 34 | 145 | 134 | - |
| CMYK | 0.77 | 0 | 0.08 | 0.43 |
| HSL | 174.05º | 0.62% | 0.35% | - |
| HSV(B) | 174.05º | 0.77% | 0.57% | - |
| XYZ | 15.09 | 22.31 | 26.07 | - |
| YUV | 110.56 | 141.23 | 73.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 145 | 134 | 0.77 | 0 | 0.08 | 0.43 | 174.05 | 0.62 | 0.35 |
| Hex | 22 | 91 | 86 | 4D | 0 | 8 | 2B | AE | 3E | 23 |
| Octal | 42 | 221 | 206 | 115 | 0 | 10 | 53 | 256 | 76 | 43 |
| Binary | 100010 | 10010001 | 10000110 | 1001101 | 0 | 1000 | 101011 | 10101110 | 111110 | 100011 |
Color Harmonies of #229186
Complementary color
Monochromatic Colors of #229186
Black with #229186
Text Example
Text Example
White with #229186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229186; }
p { color: rgb(34,145,134); }
H1.HeaderClassName
{
color: #229186;
}
.AnyTagClassName
{
color: #229186;
}
</style>
background-color css
<style>
a { background-color: #229186; }
a { background-color: rgb(34,145,134); }
div.DivClassName
{
background-color: #229186;
}
.BgClassName
{
background-color: #229186;
}
</style>
border-color css
<style>
span { border-color: #229186; }
span { border-color: rgb(34,145,134); }
td.TdClassName
{
border-color: #229186;
}
.TagClassName
{
border-color: #229186;
}
</style>