Shades of Java #228C95
Tints of Java #228C95
RGB
CMYK
RGB Variations
Color information
#228C95 (or 0x228C95) is known color: Java. HEX triplet: 22, 8C and 95. RGB value is (34,140,149). Sum of RGB (Red+Green+Blue) = 34+140+149=323 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.53% from 323); Green value is 140 (55.08% from 255 or 43.34% from 323); Blue value is 149 (58.59% from 255 or 46.13% from 323); Max value from RGB is 149 - color contains mainly: blue. Hex color #228C95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228C95 is #DD736A. Grayscale: #6D6D6D. Windows color (decimal): -14513003 or 9800738. OLE color: 9800738.
HSL color Cylindrical-coordinate representation of color #228C95: hue angle of 184.7º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #228C95 is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 34 | 140 | 149 | - |
| CMYK | 0.77 | 0.06 | 0 | 0.42 |
| HSL | 184.7º | 0.63% | 0.36% | - |
| HSV(B) | 184.7º | 0.77% | 0.58% | - |
| XYZ | 15.46 | 21.27 | 31.72 | - |
| YUV | 109.33 | 150.38 | 74.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 140 | 149 | 0.77 | 0.06 | 0 | 0.42 | 184.7 | 0.63 | 0.36 |
| Hex | 22 | 8C | 95 | 4D | 6 | 0 | 2A | B9 | 3F | 24 |
| Octal | 42 | 214 | 225 | 115 | 6 | 0 | 52 | 271 | 77 | 44 |
| Binary | 100010 | 10001100 | 10010101 | 1001101 | 110 | 0 | 101010 | 10111001 | 111111 | 100100 |
Color Harmonies of #228C95
Complementary color
Monochromatic Colors of #228C95
Black with #228C95
Text Example
Text Example
White with #228C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228C95; }
p { color: rgb(34,140,149); }
H1.HeaderClassName
{
color: #228C95;
}
.AnyTagClassName
{
color: #228C95;
}
</style>
background-color css
<style>
a { background-color: #228C95; }
a { background-color: rgb(34,140,149); }
div.DivClassName
{
background-color: #228C95;
}
.BgClassName
{
background-color: #228C95;
}
</style>
border-color css
<style>
span { border-color: #228C95; }
span { border-color: rgb(34,140,149); }
td.TdClassName
{
border-color: #228C95;
}
.TagClassName
{
border-color: #228C95;
}
</style>