Shades of Java #228F94
Tints of Java #228F94
RGB
CMYK
RGB Variations
Color information
#228F94 (or 0x228F94) is known color: Java. HEX triplet: 22, 8F and 94. RGB value is (34,143,148). Sum of RGB (Red+Green+Blue) = 34+143+148=325 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.46% from 325); Green value is 143 (56.25% from 255 or 44% from 325); Blue value is 148 (58.20% from 255 or 45.54% from 325); Max value from RGB is 148 - color contains mainly: blue. Hex color #228F94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228F94 is #DD706B. Grayscale: #6E6E6E. Windows color (decimal): -14512236 or 9735970. OLE color: 9735970.
HSL color Cylindrical-coordinate representation of color #228F94: hue angle of 182.63º 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 #228F94 is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 34 | 143 | 148 | - |
| CMYK | 0.77 | 0.03 | 0 | 0.42 |
| HSL | 182.63º | 0.63% | 0.36% | - |
| HSV(B) | 182.63º | 0.77% | 0.58% | - |
| XYZ | 15.83 | 22.12 | 31.45 | - |
| YUV | 110.98 | 148.89 | 73.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 143 | 148 | 0.77 | 0.03 | 0 | 0.42 | 182.63 | 0.63 | 0.36 |
| Hex | 22 | 8F | 94 | 4D | 3 | 0 | 2A | B7 | 3F | 24 |
| Octal | 42 | 217 | 224 | 115 | 3 | 0 | 52 | 267 | 77 | 44 |
| Binary | 100010 | 10001111 | 10010100 | 1001101 | 11 | 0 | 101010 | 10110111 | 111111 | 100100 |
Color Harmonies of #228F94
Complementary color
Monochromatic Colors of #228F94
Black with #228F94
Text Example
Text Example
White with #228F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228F94; }
p { color: rgb(34,143,148); }
H1.HeaderClassName
{
color: #228F94;
}
.AnyTagClassName
{
color: #228F94;
}
</style>
background-color css
<style>
a { background-color: #228F94; }
a { background-color: rgb(34,143,148); }
div.DivClassName
{
background-color: #228F94;
}
.BgClassName
{
background-color: #228F94;
}
</style>
border-color css
<style>
span { border-color: #228F94; }
span { border-color: rgb(34,143,148); }
td.TdClassName
{
border-color: #228F94;
}
.TagClassName
{
border-color: #228F94;
}
</style>