Shades of Java #228795
Tints of Java #228795
RGB
CMYK
RGB Variations
Color information
#228795 (or 0x228795) is known color: Java. HEX triplet: 22, 87 and 95. RGB value is (34,135,149). Sum of RGB (Red+Green+Blue) = 34+135+149=318 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.69% from 318); Green value is 135 (53.12% from 255 or 42.45% from 318); Blue value is 149 (58.59% from 255 or 46.86% from 318); Max value from RGB is 149 - color contains mainly: blue. Hex color #228795 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228795 is #DD786A. Grayscale: #6A6A6A. Windows color (decimal): -14514283 or 9799458. OLE color: 9799458.
HSL color Cylindrical-coordinate representation of color #228795: hue angle of 187.3º 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 #228795 is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 34 | 135 | 149 | - |
| CMYK | 0.77 | 0.09 | 0 | 0.42 |
| HSL | 187.3º | 0.63% | 0.36% | - |
| HSV(B) | 187.3º | 0.77% | 0.58% | - |
| XYZ | 14.75 | 19.84 | 31.49 | - |
| YUV | 106.4 | 152.04 | 76.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 135 | 149 | 0.77 | 0.09 | 0 | 0.42 | 187.3 | 0.63 | 0.36 |
| Hex | 22 | 87 | 95 | 4D | 9 | 0 | 2A | BB | 3F | 24 |
| Octal | 42 | 207 | 225 | 115 | 11 | 0 | 52 | 273 | 77 | 44 |
| Binary | 100010 | 10000111 | 10010101 | 1001101 | 1001 | 0 | 101010 | 10111011 | 111111 | 100100 |
Color Harmonies of #228795
Complementary color
Monochromatic Colors of #228795
Black with #228795
Text Example
Text Example
White with #228795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228795; }
p { color: rgb(34,135,149); }
H1.HeaderClassName
{
color: #228795;
}
.AnyTagClassName
{
color: #228795;
}
</style>
background-color css
<style>
a { background-color: #228795; }
a { background-color: rgb(34,135,149); }
div.DivClassName
{
background-color: #228795;
}
.BgClassName
{
background-color: #228795;
}
</style>
border-color css
<style>
span { border-color: #228795; }
span { border-color: rgb(34,135,149); }
td.TdClassName
{
border-color: #228795;
}
.TagClassName
{
border-color: #228795;
}
</style>