Shades of Java #228987
Tints of Java #228987
RGB
CMYK
RGB Variations
Color information
#228987 (or 0x228987) is known color: Java. HEX triplet: 22, 89 and 87. RGB value is (34,137,135). Sum of RGB (Red+Green+Blue) = 34+137+135=306 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.11% from 306); Green value is 137 (53.91% from 255 or 44.77% from 306); Blue value is 135 (53.12% from 255 or 44.12% from 306); Max value from RGB is 137 - color contains mainly: green. Hex color #228987 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228987 is #DD7678. Grayscale: #696969. Windows color (decimal): -14513785 or 8882466. OLE color: 8882466.
HSL color Cylindrical-coordinate representation of color #228987: hue angle of 178.83º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #228987 is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 34 | 137 | 135 | - |
| CMYK | 0.75 | 0 | 0.01 | 0.46 |
| HSL | 178.83º | 0.6% | 0.34% | - |
| HSV(B) | 178.83º | 0.75% | 0.54% | - |
| XYZ | 13.98 | 19.98 | 26.04 | - |
| YUV | 105.98 | 144.38 | 76.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 137 | 135 | 0.75 | 0 | 0.01 | 0.46 | 178.83 | 0.6 | 0.34 |
| Hex | 22 | 89 | 87 | 4B | 0 | 1 | 2E | B3 | 3C | 22 |
| Octal | 42 | 211 | 207 | 113 | 0 | 1 | 56 | 263 | 74 | 42 |
| Binary | 100010 | 10001001 | 10000111 | 1001011 | 0 | 1 | 101110 | 10110011 | 111100 | 100010 |
Color Harmonies of #228987
Complementary color
Monochromatic Colors of #228987
Black with #228987
Text Example
Text Example
White with #228987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228987; }
p { color: rgb(34,137,135); }
H1.HeaderClassName
{
color: #228987;
}
.AnyTagClassName
{
color: #228987;
}
</style>
background-color css
<style>
a { background-color: #228987; }
a { background-color: rgb(34,137,135); }
div.DivClassName
{
background-color: #228987;
}
.BgClassName
{
background-color: #228987;
}
</style>
border-color css
<style>
span { border-color: #228987; }
span { border-color: rgb(34,137,135); }
td.TdClassName
{
border-color: #228987;
}
.TagClassName
{
border-color: #228987;
}
</style>