Shades of Java #228592
Tints of Java #228592
RGB
CMYK
RGB Variations
Color information
#228592 (or 0x228592) is known color: Java. HEX triplet: 22, 85 and 92. RGB value is (34,133,146). Sum of RGB (Red+Green+Blue) = 34+133+146=313 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.86% from 313); Green value is 133 (52.34% from 255 or 42.49% from 313); Blue value is 146 (57.42% from 255 or 46.65% from 313); Max value from RGB is 146 - color contains mainly: blue. Hex color #228592 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228592 is #DD7A6D. Grayscale: #686868. Windows color (decimal): -14514798 or 9602338. OLE color: 9602338.
HSL color Cylindrical-coordinate representation of color #228592: hue angle of 186.96º 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 #228592 is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 34 | 133 | 146 | - |
| CMYK | 0.77 | 0.09 | 0 | 0.43 |
| HSL | 186.96º | 0.62% | 0.35% | - |
| HSV(B) | 186.96º | 0.77% | 0.57% | - |
| XYZ | 14.24 | 19.19 | 30.15 | - |
| YUV | 104.88 | 151.2 | 77.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 133 | 146 | 0.77 | 0.09 | 0 | 0.43 | 186.96 | 0.62 | 0.35 |
| Hex | 22 | 85 | 92 | 4D | 9 | 0 | 2B | BB | 3E | 23 |
| Octal | 42 | 205 | 222 | 115 | 11 | 0 | 53 | 273 | 76 | 43 |
| Binary | 100010 | 10000101 | 10010010 | 1001101 | 1001 | 0 | 101011 | 10111011 | 111110 | 100011 |
Color Harmonies of #228592
Complementary color
Monochromatic Colors of #228592
Black with #228592
Text Example
Text Example
White with #228592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228592; }
p { color: rgb(34,133,146); }
H1.HeaderClassName
{
color: #228592;
}
.AnyTagClassName
{
color: #228592;
}
</style>
background-color css
<style>
a { background-color: #228592; }
a { background-color: rgb(34,133,146); }
div.DivClassName
{
background-color: #228592;
}
.BgClassName
{
background-color: #228592;
}
</style>
border-color css
<style>
span { border-color: #228592; }
span { border-color: rgb(34,133,146); }
td.TdClassName
{
border-color: #228592;
}
.TagClassName
{
border-color: #228592;
}
</style>