Shades of Java #228895
Tints of Java #228895
RGB
CMYK
RGB Variations
Color information
#228895 (or 0x228895) is known color: Java. HEX triplet: 22, 88 and 95. RGB value is (34,136,149). Sum of RGB (Red+Green+Blue) = 34+136+149=319 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.66% from 319); Green value is 136 (53.52% from 255 or 42.63% from 319); Blue value is 149 (58.59% from 255 or 46.71% from 319); Max value from RGB is 149 - color contains mainly: blue. Hex color #228895 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228895 is #DD776A. Grayscale: #6A6A6A. Windows color (decimal): -14514027 or 9799714. OLE color: 9799714.
HSL color Cylindrical-coordinate representation of color #228895: hue angle of 186.78º 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 #228895 is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 34 | 136 | 149 | - |
| CMYK | 0.77 | 0.09 | 0 | 0.42 |
| HSL | 186.78º | 0.63% | 0.36% | - |
| HSV(B) | 186.78º | 0.77% | 0.58% | - |
| XYZ | 14.89 | 20.12 | 31.53 | - |
| YUV | 106.98 | 151.71 | 75.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 136 | 149 | 0.77 | 0.09 | 0 | 0.42 | 186.78 | 0.63 | 0.36 |
| Hex | 22 | 88 | 95 | 4D | 9 | 0 | 2A | BB | 3F | 24 |
| Octal | 42 | 210 | 225 | 115 | 11 | 0 | 52 | 273 | 77 | 44 |
| Binary | 100010 | 10001000 | 10010101 | 1001101 | 1001 | 0 | 101010 | 10111011 | 111111 | 100100 |
Color Harmonies of #228895
Complementary color
Monochromatic Colors of #228895
Black with #228895
Text Example
Text Example
White with #228895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228895; }
p { color: rgb(34,136,149); }
H1.HeaderClassName
{
color: #228895;
}
.AnyTagClassName
{
color: #228895;
}
</style>
background-color css
<style>
a { background-color: #228895; }
a { background-color: rgb(34,136,149); }
div.DivClassName
{
background-color: #228895;
}
.BgClassName
{
background-color: #228895;
}
</style>
border-color css
<style>
span { border-color: #228895; }
span { border-color: rgb(34,136,149); }
td.TdClassName
{
border-color: #228895;
}
.TagClassName
{
border-color: #228895;
}
</style>