Shades of Java #228791
Tints of Java #228791
RGB
CMYK
RGB Variations
Color information
#228791 (or 0x228791) is known color: Java. HEX triplet: 22, 87 and 91. RGB value is (34,135,145). Sum of RGB (Red+Green+Blue) = 34+135+145=314 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.83% from 314); Green value is 135 (53.12% from 255 or 42.99% from 314); Blue value is 145 (57.03% from 255 or 46.18% from 314); Max value from RGB is 145 - color contains mainly: blue. Hex color #228791 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228791 is #DD786E. Grayscale: #696969. Windows color (decimal): -14514287 or 9537314. OLE color: 9537314.
HSL color Cylindrical-coordinate representation of color #228791: hue angle of 185.41º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #228791 is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 34 | 135 | 145 | - |
| CMYK | 0.77 | 0.07 | 0 | 0.43 |
| HSL | 185.41º | 0.62% | 0.35% | - |
| HSV(B) | 185.41º | 0.77% | 0.57% | - |
| XYZ | 14.43 | 19.71 | 29.83 | - |
| YUV | 105.94 | 150.04 | 76.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 135 | 145 | 0.77 | 0.07 | 0 | 0.43 | 185.41 | 0.62 | 0.35 |
| Hex | 22 | 87 | 91 | 4D | 7 | 0 | 2B | B9 | 3E | 23 |
| Octal | 42 | 207 | 221 | 115 | 7 | 0 | 53 | 271 | 76 | 43 |
| Binary | 100010 | 10000111 | 10010001 | 1001101 | 111 | 0 | 101011 | 10111001 | 111110 | 100011 |
Color Harmonies of #228791
Complementary color
Monochromatic Colors of #228791
Black with #228791
Text Example
Text Example
White with #228791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228791; }
p { color: rgb(34,135,145); }
H1.HeaderClassName
{
color: #228791;
}
.AnyTagClassName
{
color: #228791;
}
</style>
background-color css
<style>
a { background-color: #228791; }
a { background-color: rgb(34,135,145); }
div.DivClassName
{
background-color: #228791;
}
.BgClassName
{
background-color: #228791;
}
</style>
border-color css
<style>
span { border-color: #228791; }
span { border-color: rgb(34,135,145); }
td.TdClassName
{
border-color: #228791;
}
.TagClassName
{
border-color: #228791;
}
</style>