Shades of Java #209386
Tints of Java #209386
RGB
CMYK
RGB Variations
Color information
#209386 (or 0x209386) is known color: Java. HEX triplet: 20, 93 and 86. RGB value is (32,147,134). Sum of RGB (Red+Green+Blue) = 32+147+134=313 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.22% from 313); Green value is 147 (57.81% from 255 or 46.96% from 313); Blue value is 134 (52.73% from 255 or 42.81% from 313); Max value from RGB is 147 - color contains mainly: green. Hex color #209386 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209386 is #DF6C79. Grayscale: #6F6F6F. Windows color (decimal): -14642298 or 8819488. OLE color: 8819488.
HSL color Cylindrical-coordinate representation of color #209386: hue angle of 173.22º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #209386 is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 147 | 134 | - |
| CMYK | 0.78 | 0 | 0.09 | 0.42 |
| HSL | 173.22º | 0.64% | 0.35% | - |
| HSV(B) | 173.22º | 0.78% | 0.58% | - |
| XYZ | 15.33 | 22.9 | 26.17 | - |
| YUV | 111.13 | 140.9 | 71.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 147 | 134 | 0.78 | 0 | 0.09 | 0.42 | 173.22 | 0.64 | 0.35 |
| Hex | 20 | 93 | 86 | 4E | 0 | 9 | 2A | AD | 40 | 23 |
| Octal | 40 | 223 | 206 | 116 | 0 | 11 | 52 | 255 | 100 | 43 |
| Binary | 100000 | 10010011 | 10000110 | 1001110 | 0 | 1001 | 101010 | 10101101 | 1000000 | 100011 |
Color Harmonies of #209386
Complementary color
Monochromatic Colors of #209386
Black with #209386
Text Example
Text Example
White with #209386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209386; }
p { color: rgb(32,147,134); }
H1.HeaderClassName
{
color: #209386;
}
.AnyTagClassName
{
color: #209386;
}
</style>
background-color css
<style>
a { background-color: #209386; }
a { background-color: rgb(32,147,134); }
div.DivClassName
{
background-color: #209386;
}
.BgClassName
{
background-color: #209386;
}
</style>
border-color css
<style>
span { border-color: #209386; }
span { border-color: rgb(32,147,134); }
td.TdClassName
{
border-color: #209386;
}
.TagClassName
{
border-color: #209386;
}
</style>