Shades of Java #229385
Tints of Java #229385
RGB
CMYK
RGB Variations
Color information
#229385 (or 0x229385) is known color: Java. HEX triplet: 22, 93 and 85. RGB value is (34,147,133). Sum of RGB (Red+Green+Blue) = 34+147+133=314 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.83% from 314); Green value is 147 (57.81% from 255 or 46.82% from 314); Blue value is 133 (52.34% from 255 or 42.36% from 314); Max value from RGB is 147 - color contains mainly: green. Hex color #229385 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229385 is #DD6C7A. Grayscale: #6F6F6F. Windows color (decimal): -14511227 or 8753954. OLE color: 8753954.
HSL color Cylindrical-coordinate representation of color #229385: hue angle of 172.57º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #229385 is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 34 | 147 | 133 | - |
| CMYK | 0.77 | 0 | 0.10 | 0.42 |
| HSL | 172.57º | 0.62% | 0.35% | - |
| HSV(B) | 172.57º | 0.77% | 0.58% | - |
| XYZ | 15.33 | 22.9 | 25.8 | - |
| YUV | 111.62 | 140.06 | 72.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 147 | 133 | 0.77 | 0 | 0.10 | 0.42 | 172.57 | 0.62 | 0.35 |
| Hex | 22 | 93 | 85 | 4D | 0 | A | 2A | AD | 3E | 23 |
| Octal | 42 | 223 | 205 | 115 | 0 | 12 | 52 | 255 | 76 | 43 |
| Binary | 100010 | 10010011 | 10000101 | 1001101 | 0 | 1010 | 101010 | 10101101 | 111110 | 100011 |
Color Harmonies of #229385
Complementary color
Monochromatic Colors of #229385
Black with #229385
Text Example
Text Example
White with #229385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229385; }
p { color: rgb(34,147,133); }
H1.HeaderClassName
{
color: #229385;
}
.AnyTagClassName
{
color: #229385;
}
</style>
background-color css
<style>
a { background-color: #229385; }
a { background-color: rgb(34,147,133); }
div.DivClassName
{
background-color: #229385;
}
.BgClassName
{
background-color: #229385;
}
</style>
border-color css
<style>
span { border-color: #229385; }
span { border-color: rgb(34,147,133); }
td.TdClassName
{
border-color: #229385;
}
.TagClassName
{
border-color: #229385;
}
</style>