Shades of Java #209389
Tints of Java #209389
RGB
CMYK
RGB Variations
Color information
#209389 (or 0x209389) is known color: Java. HEX triplet: 20, 93 and 89. RGB value is (32,147,137). Sum of RGB (Red+Green+Blue) = 32+147+137=316 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.13% from 316); Green value is 147 (57.81% from 255 or 46.52% from 316); Blue value is 137 (53.91% from 255 or 43.35% from 316); Max value from RGB is 147 - color contains mainly: green. Hex color #209389 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209389 is #DF6C76. Grayscale: #6F6F6F. Windows color (decimal): -14642295 or 9016096. OLE color: 9016096.
HSL color Cylindrical-coordinate representation of color #209389: hue angle of 174.78º 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 #209389 is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 147 | 137 | - |
| CMYK | 0.78 | 0 | 0.07 | 0.42 |
| HSL | 174.78º | 0.64% | 0.35% | - |
| HSV(B) | 174.78º | 0.78% | 0.58% | - |
| XYZ | 15.54 | 22.98 | 27.28 | - |
| YUV | 111.48 | 142.4 | 71.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 147 | 137 | 0.78 | 0 | 0.07 | 0.42 | 174.78 | 0.64 | 0.35 |
| Hex | 20 | 93 | 89 | 4E | 0 | 7 | 2A | AF | 40 | 23 |
| Octal | 40 | 223 | 211 | 116 | 0 | 7 | 52 | 257 | 100 | 43 |
| Binary | 100000 | 10010011 | 10001001 | 1001110 | 0 | 111 | 101010 | 10101111 | 1000000 | 100011 |
Color Harmonies of #209389
Complementary color
Monochromatic Colors of #209389
Black with #209389
Text Example
Text Example
White with #209389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209389; }
p { color: rgb(32,147,137); }
H1.HeaderClassName
{
color: #209389;
}
.AnyTagClassName
{
color: #209389;
}
</style>
background-color css
<style>
a { background-color: #209389; }
a { background-color: rgb(32,147,137); }
div.DivClassName
{
background-color: #209389;
}
.BgClassName
{
background-color: #209389;
}
</style>
border-color css
<style>
span { border-color: #209389; }
span { border-color: rgb(32,147,137); }
td.TdClassName
{
border-color: #209389;
}
.TagClassName
{
border-color: #209389;
}
</style>