Shades of Java #229384
Tints of Java #229384
RGB
CMYK
RGB Variations
Color information
#229384 (or 0x229384) is known color: Java. HEX triplet: 22, 93 and 84. RGB value is (34,147,132). Sum of RGB (Red+Green+Blue) = 34+147+132=313 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.86% from 313); Green value is 147 (57.81% from 255 or 46.96% from 313); Blue value is 132 (51.95% from 255 or 42.17% from 313); Max value from RGB is 147 - color contains mainly: green. Hex color #229384 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229384 is #DD6C7B. Grayscale: #6F6F6F. Windows color (decimal): -14511228 or 8688418. OLE color: 8688418.
HSL color Cylindrical-coordinate representation of color #229384: hue angle of 172.04º 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 #229384 is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 34 | 147 | 132 | - |
| CMYK | 0.77 | 0 | 0.10 | 0.42 |
| HSL | 172.04º | 0.62% | 0.35% | - |
| HSV(B) | 172.04º | 0.77% | 0.58% | - |
| XYZ | 15.26 | 22.87 | 25.44 | - |
| YUV | 111.5 | 139.56 | 72.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 147 | 132 | 0.77 | 0 | 0.10 | 0.42 | 172.04 | 0.62 | 0.35 |
| Hex | 22 | 93 | 84 | 4D | 0 | A | 2A | AC | 3E | 23 |
| Octal | 42 | 223 | 204 | 115 | 0 | 12 | 52 | 254 | 76 | 43 |
| Binary | 100010 | 10010011 | 10000100 | 1001101 | 0 | 1010 | 101010 | 10101100 | 111110 | 100011 |
Color Harmonies of #229384
Complementary color
Monochromatic Colors of #229384
Black with #229384
Text Example
Text Example
White with #229384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229384; }
p { color: rgb(34,147,132); }
H1.HeaderClassName
{
color: #229384;
}
.AnyTagClassName
{
color: #229384;
}
</style>
background-color css
<style>
a { background-color: #229384; }
a { background-color: rgb(34,147,132); }
div.DivClassName
{
background-color: #229384;
}
.BgClassName
{
background-color: #229384;
}
</style>
border-color css
<style>
span { border-color: #229384; }
span { border-color: rgb(34,147,132); }
td.TdClassName
{
border-color: #229384;
}
.TagClassName
{
border-color: #229384;
}
</style>