Shades of Java #229383
Tints of Java #229383
RGB
CMYK
RGB Variations
Color information
#229383 (or 0x229383) is known color: Java. HEX triplet: 22, 93 and 83. RGB value is (34,147,131). Sum of RGB (Red+Green+Blue) = 34+147+131=312 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.90% from 312); Green value is 147 (57.81% from 255 or 47.12% from 312); Blue value is 131 (51.56% from 255 or 41.99% from 312); Max value from RGB is 147 - color contains mainly: green. Hex color #229383 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229383 is #DD6C7C. Grayscale: #6F6F6F. Windows color (decimal): -14511229 or 8622882. OLE color: 8622882.
HSL color Cylindrical-coordinate representation of color #229383: hue angle of 171.5º 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 #229383 is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 34 | 147 | 131 | - |
| CMYK | 0.77 | 0 | 0.11 | 0.42 |
| HSL | 171.5º | 0.62% | 0.35% | - |
| HSV(B) | 171.5º | 0.77% | 0.58% | - |
| XYZ | 15.19 | 22.85 | 25.08 | - |
| YUV | 111.39 | 139.06 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 147 | 131 | 0.77 | 0 | 0.11 | 0.42 | 171.5 | 0.62 | 0.35 |
| Hex | 22 | 93 | 83 | 4D | 0 | B | 2A | AC | 3E | 23 |
| Octal | 42 | 223 | 203 | 115 | 0 | 13 | 52 | 254 | 76 | 43 |
| Binary | 100010 | 10010011 | 10000011 | 1001101 | 0 | 1011 | 101010 | 10101100 | 111110 | 100011 |
Color Harmonies of #229383
Complementary color
Monochromatic Colors of #229383
Black with #229383
Text Example
Text Example
White with #229383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229383; }
p { color: rgb(34,147,131); }
H1.HeaderClassName
{
color: #229383;
}
.AnyTagClassName
{
color: #229383;
}
</style>
background-color css
<style>
a { background-color: #229383; }
a { background-color: rgb(34,147,131); }
div.DivClassName
{
background-color: #229383;
}
.BgClassName
{
background-color: #229383;
}
</style>
border-color css
<style>
span { border-color: #229383; }
span { border-color: rgb(34,147,131); }
td.TdClassName
{
border-color: #229383;
}
.TagClassName
{
border-color: #229383;
}
</style>