Shades of Java #228E95
Tints of Java #228E95
RGB
CMYK
RGB Variations
Color information
#228E95 (or 0x228E95) is known color: Java. HEX triplet: 22, 8E and 95. RGB value is (34,142,149). Sum of RGB (Red+Green+Blue) = 34+142+149=325 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.46% from 325); Green value is 142 (55.86% from 255 or 43.69% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 149 - color contains mainly: blue. Hex color #228E95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228E95 is #DD716A. Grayscale: #6E6E6E. Windows color (decimal): -14512491 or 9801250. OLE color: 9801250.
HSL color Cylindrical-coordinate representation of color #228E95: hue angle of 183.65º 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 #228E95 is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 34 | 142 | 149 | - |
| CMYK | 0.77 | 0.05 | 0 | 0.42 |
| HSL | 183.65º | 0.63% | 0.36% | - |
| HSV(B) | 183.65º | 0.77% | 0.58% | - |
| XYZ | 15.76 | 21.86 | 31.82 | - |
| YUV | 110.51 | 149.72 | 73.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 142 | 149 | 0.77 | 0.05 | 0 | 0.42 | 183.65 | 0.63 | 0.36 |
| Hex | 22 | 8E | 95 | 4D | 5 | 0 | 2A | B8 | 3F | 24 |
| Octal | 42 | 216 | 225 | 115 | 5 | 0 | 52 | 270 | 77 | 44 |
| Binary | 100010 | 10001110 | 10010101 | 1001101 | 101 | 0 | 101010 | 10111000 | 111111 | 100100 |
Color Harmonies of #228E95
Complementary color
Monochromatic Colors of #228E95
Black with #228E95
Text Example
Text Example
White with #228E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228E95; }
p { color: rgb(34,142,149); }
H1.HeaderClassName
{
color: #228E95;
}
.AnyTagClassName
{
color: #228E95;
}
</style>
background-color css
<style>
a { background-color: #228E95; }
a { background-color: rgb(34,142,149); }
div.DivClassName
{
background-color: #228E95;
}
.BgClassName
{
background-color: #228E95;
}
</style>
border-color css
<style>
span { border-color: #228E95; }
span { border-color: rgb(34,142,149); }
td.TdClassName
{
border-color: #228E95;
}
.TagClassName
{
border-color: #228E95;
}
</style>