Shades of Java #228F85
Tints of Java #228F85
RGB
CMYK
RGB Variations
Color information
#228F85 (or 0x228F85) is known color: Java. HEX triplet: 22, 8F and 85. RGB value is (34,143,133). Sum of RGB (Red+Green+Blue) = 34+143+133=310 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.97% from 310); Green value is 143 (56.25% from 255 or 46.13% from 310); Blue value is 133 (52.34% from 255 or 42.90% from 310); Max value from RGB is 143 - color contains mainly: green. Hex color #228F85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228F85 is #DD707A. Grayscale: #6D6D6D. Windows color (decimal): -14512251 or 8752930. OLE color: 8752930.
HSL color Cylindrical-coordinate representation of color #228F85: hue angle of 174.5º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #228F85 is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 34 | 143 | 133 | - |
| CMYK | 0.76 | 0 | 0.07 | 0.44 |
| HSL | 174.5º | 0.62% | 0.35% | - |
| HSV(B) | 174.5º | 0.76% | 0.56% | - |
| XYZ | 14.72 | 21.68 | 25.6 | - |
| YUV | 109.27 | 141.39 | 74.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 143 | 133 | 0.76 | 0 | 0.07 | 0.44 | 174.5 | 0.62 | 0.35 |
| Hex | 22 | 8F | 85 | 4C | 0 | 7 | 2C | AE | 3E | 23 |
| Octal | 42 | 217 | 205 | 114 | 0 | 7 | 54 | 256 | 76 | 43 |
| Binary | 100010 | 10001111 | 10000101 | 1001100 | 0 | 111 | 101100 | 10101110 | 111110 | 100011 |
Color Harmonies of #228F85
Complementary color
Monochromatic Colors of #228F85
Black with #228F85
Text Example
Text Example
White with #228F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228F85; }
p { color: rgb(34,143,133); }
H1.HeaderClassName
{
color: #228F85;
}
.AnyTagClassName
{
color: #228F85;
}
</style>
background-color css
<style>
a { background-color: #228F85; }
a { background-color: rgb(34,143,133); }
div.DivClassName
{
background-color: #228F85;
}
.BgClassName
{
background-color: #228F85;
}
</style>
border-color css
<style>
span { border-color: #228F85; }
span { border-color: rgb(34,143,133); }
td.TdClassName
{
border-color: #228F85;
}
.TagClassName
{
border-color: #228F85;
}
</style>