Shades of Java #229285
Tints of Java #229285
RGB
CMYK
RGB Variations
Color information
#229285 (or 0x229285) is known color: Java. HEX triplet: 22, 92 and 85. RGB value is (34,146,133). Sum of RGB (Red+Green+Blue) = 34+146+133=313 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.86% from 313); Green value is 146 (57.42% from 255 or 46.65% from 313); Blue value is 133 (52.34% from 255 or 42.49% from 313); Max value from RGB is 146 - color contains mainly: green. Hex color #229285 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229285 is #DD6D7A. Grayscale: #6E6E6E. Windows color (decimal): -14511483 or 8753698. OLE color: 8753698.
HSL color Cylindrical-coordinate representation of color #229285: hue angle of 173.04º 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 #229285 is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 34 | 146 | 133 | - |
| CMYK | 0.77 | 0 | 0.09 | 0.43 |
| HSL | 173.04º | 0.62% | 0.35% | - |
| HSV(B) | 173.04º | 0.77% | 0.57% | - |
| XYZ | 15.17 | 22.59 | 25.75 | - |
| YUV | 111.03 | 140.39 | 73.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 146 | 133 | 0.77 | 0 | 0.09 | 0.43 | 173.04 | 0.62 | 0.35 |
| Hex | 22 | 92 | 85 | 4D | 0 | 9 | 2B | AD | 3E | 23 |
| Octal | 42 | 222 | 205 | 115 | 0 | 11 | 53 | 255 | 76 | 43 |
| Binary | 100010 | 10010010 | 10000101 | 1001101 | 0 | 1001 | 101011 | 10101101 | 111110 | 100011 |
Color Harmonies of #229285
Complementary color
Monochromatic Colors of #229285
Black with #229285
Text Example
Text Example
White with #229285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229285; }
p { color: rgb(34,146,133); }
H1.HeaderClassName
{
color: #229285;
}
.AnyTagClassName
{
color: #229285;
}
</style>
background-color css
<style>
a { background-color: #229285; }
a { background-color: rgb(34,146,133); }
div.DivClassName
{
background-color: #229285;
}
.BgClassName
{
background-color: #229285;
}
</style>
border-color css
<style>
span { border-color: #229285; }
span { border-color: rgb(34,146,133); }
td.TdClassName
{
border-color: #229285;
}
.TagClassName
{
border-color: #229285;
}
</style>