Shades of Java #229993
Tints of Java #229993
RGB
CMYK
RGB Variations
Color information
#229993 (or 0x229993) is known color: Java. HEX triplet: 22, 99 and 93. RGB value is (34,153,147). Sum of RGB (Red+Green+Blue) = 34+153+147=334 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.18% from 334); Green value is 153 (60.16% from 255 or 45.81% from 334); Blue value is 147 (57.81% from 255 or 44.01% from 334); Max value from RGB is 153 - color contains mainly: green. Hex color #229993 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229993 is #DD666C. Grayscale: #747474. Windows color (decimal): -14509677 or 9672994. OLE color: 9672994.
HSL color Cylindrical-coordinate representation of color #229993: hue angle of 176.97º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #229993 is Cyan = 0.78, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 34 | 153 | 147 | - |
| CMYK | 0.78 | 0 | 0.04 | 0.4 |
| HSL | 176.97º | 0.64% | 0.37% | - |
| HSV(B) | 176.97º | 0.78% | 0.6% | - |
| XYZ | 17.32 | 25.23 | 31.56 | - |
| YUV | 116.74 | 145.08 | 68.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 153 | 147 | 0.78 | 0 | 0.04 | 0.4 | 176.97 | 0.64 | 0.37 |
| Hex | 22 | 99 | 93 | 4E | 0 | 4 | 28 | B1 | 40 | 25 |
| Octal | 42 | 231 | 223 | 116 | 0 | 4 | 50 | 261 | 100 | 45 |
| Binary | 100010 | 10011001 | 10010011 | 1001110 | 0 | 100 | 101000 | 10110001 | 1000000 | 100101 |
Color Harmonies of #229993
Complementary color
Monochromatic Colors of #229993
Black with #229993
Text Example
Text Example
White with #229993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229993; }
p { color: rgb(34,153,147); }
H1.HeaderClassName
{
color: #229993;
}
.AnyTagClassName
{
color: #229993;
}
</style>
background-color css
<style>
a { background-color: #229993; }
a { background-color: rgb(34,153,147); }
div.DivClassName
{
background-color: #229993;
}
.BgClassName
{
background-color: #229993;
}
</style>
border-color css
<style>
span { border-color: #229993; }
span { border-color: rgb(34,153,147); }
td.TdClassName
{
border-color: #229993;
}
.TagClassName
{
border-color: #229993;
}
</style>