Shades of Java #228893
Tints of Java #228893
RGB
CMYK
RGB Variations
Color information
#228893 (or 0x228893) is known color: Java. HEX triplet: 22, 88 and 93. RGB value is (34,136,147). Sum of RGB (Red+Green+Blue) = 34+136+147=317 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.73% from 317); Green value is 136 (53.52% from 255 or 42.90% from 317); Blue value is 147 (57.81% from 255 or 46.37% from 317); Max value from RGB is 147 - color contains mainly: blue. Hex color #228893 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228893 is #DD776C. Grayscale: #6A6A6A. Windows color (decimal): -14514029 or 9668642. OLE color: 9668642.
HSL color Cylindrical-coordinate representation of color #228893: hue angle of 185.84º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #228893 is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 34 | 136 | 147 | - |
| CMYK | 0.77 | 0.07 | 0 | 0.42 |
| HSL | 185.84º | 0.62% | 0.35% | - |
| HSV(B) | 185.84º | 0.77% | 0.58% | - |
| XYZ | 14.73 | 20.05 | 30.7 | - |
| YUV | 106.76 | 150.71 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 136 | 147 | 0.77 | 0.07 | 0 | 0.42 | 185.84 | 0.62 | 0.35 |
| Hex | 22 | 88 | 93 | 4D | 7 | 0 | 2A | BA | 3E | 23 |
| Octal | 42 | 210 | 223 | 115 | 7 | 0 | 52 | 272 | 76 | 43 |
| Binary | 100010 | 10001000 | 10010011 | 1001101 | 111 | 0 | 101010 | 10111010 | 111110 | 100011 |
Color Harmonies of #228893
Complementary color
Monochromatic Colors of #228893
Black with #228893
Text Example
Text Example
White with #228893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228893; }
p { color: rgb(34,136,147); }
H1.HeaderClassName
{
color: #228893;
}
.AnyTagClassName
{
color: #228893;
}
</style>
background-color css
<style>
a { background-color: #228893; }
a { background-color: rgb(34,136,147); }
div.DivClassName
{
background-color: #228893;
}
.BgClassName
{
background-color: #228893;
}
</style>
border-color css
<style>
span { border-color: #228893; }
span { border-color: rgb(34,136,147); }
td.TdClassName
{
border-color: #228893;
}
.TagClassName
{
border-color: #228893;
}
</style>