Shades of Java #228E97
Tints of Java #228E97
RGB
CMYK
RGB Variations
Color information
#228E97 (or 0x228E97) is known color: Java. HEX triplet: 22, 8E and 97. RGB value is (34,142,151). Sum of RGB (Red+Green+Blue) = 34+142+151=327 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.40% from 327); Green value is 142 (55.86% from 255 or 43.43% from 327); Blue value is 151 (59.38% from 255 or 46.18% from 327); Max value from RGB is 151 - color contains mainly: blue. Hex color #228E97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228E97 is #DD7168. Grayscale: #6E6E6E. Windows color (decimal): -14512489 or 9932322. OLE color: 9932322.
HSL color Cylindrical-coordinate representation of color #228E97: hue angle of 184.62º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #228E97 is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 34 | 142 | 151 | - |
| CMYK | 0.77 | 0.06 | 0 | 0.41 |
| HSL | 184.62º | 0.63% | 0.36% | - |
| HSV(B) | 184.62º | 0.77% | 0.59% | - |
| XYZ | 15.92 | 21.92 | 32.67 | - |
| YUV | 110.73 | 150.72 | 73.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 142 | 151 | 0.77 | 0.06 | 0 | 0.41 | 184.62 | 0.63 | 0.36 |
| Hex | 22 | 8E | 97 | 4D | 6 | 0 | 29 | B9 | 3F | 24 |
| Octal | 42 | 216 | 227 | 115 | 6 | 0 | 51 | 271 | 77 | 44 |
| Binary | 100010 | 10001110 | 10010111 | 1001101 | 110 | 0 | 101001 | 10111001 | 111111 | 100100 |
Color Harmonies of #228E97
Complementary color
Monochromatic Colors of #228E97
Black with #228E97
Text Example
Text Example
White with #228E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228E97; }
p { color: rgb(34,142,151); }
H1.HeaderClassName
{
color: #228E97;
}
.AnyTagClassName
{
color: #228E97;
}
</style>
background-color css
<style>
a { background-color: #228E97; }
a { background-color: rgb(34,142,151); }
div.DivClassName
{
background-color: #228E97;
}
.BgClassName
{
background-color: #228E97;
}
</style>
border-color css
<style>
span { border-color: #228E97; }
span { border-color: rgb(34,142,151); }
td.TdClassName
{
border-color: #228E97;
}
.TagClassName
{
border-color: #228E97;
}
</style>