Shades of Java #228693
Tints of Java #228693
RGB
CMYK
RGB Variations
Color information
#228693 (or 0x228693) is known color: Java. HEX triplet: 22, 86 and 93. RGB value is (34,134,147). Sum of RGB (Red+Green+Blue) = 34+134+147=315 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.79% from 315); Green value is 134 (52.73% from 255 or 42.54% from 315); Blue value is 147 (57.81% from 255 or 46.67% from 315); Max value from RGB is 147 - color contains mainly: blue. Hex color #228693 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #228693 is #DD796C. Grayscale: #696969. Windows color (decimal): -14514541 or 9668130. OLE color: 9668130.
HSL color Cylindrical-coordinate representation of color #228693: hue angle of 186.9º 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 #228693 is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 34 | 134 | 147 | - |
| CMYK | 0.77 | 0.09 | 0 | 0.42 |
| HSL | 186.9º | 0.62% | 0.35% | - |
| HSV(B) | 186.9º | 0.77% | 0.58% | - |
| XYZ | 14.45 | 19.5 | 30.61 | - |
| YUV | 105.58 | 151.37 | 76.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 134 | 147 | 0.77 | 0.09 | 0 | 0.42 | 186.9 | 0.62 | 0.35 |
| Hex | 22 | 86 | 93 | 4D | 9 | 0 | 2A | BB | 3E | 23 |
| Octal | 42 | 206 | 223 | 115 | 11 | 0 | 52 | 273 | 76 | 43 |
| Binary | 100010 | 10000110 | 10010011 | 1001101 | 1001 | 0 | 101010 | 10111011 | 111110 | 100011 |
Color Harmonies of #228693
Complementary color
Monochromatic Colors of #228693
Black with #228693
Text Example
Text Example
White with #228693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228693; }
p { color: rgb(34,134,147); }
H1.HeaderClassName
{
color: #228693;
}
.AnyTagClassName
{
color: #228693;
}
</style>
background-color css
<style>
a { background-color: #228693; }
a { background-color: rgb(34,134,147); }
div.DivClassName
{
background-color: #228693;
}
.BgClassName
{
background-color: #228693;
}
</style>
border-color css
<style>
span { border-color: #228693; }
span { border-color: rgb(34,134,147); }
td.TdClassName
{
border-color: #228693;
}
.TagClassName
{
border-color: #228693;
}
</style>