Shades of Java #20898D
Tints of Java #20898D
RGB
CMYK
RGB Variations
Color information
#20898D (or 0x20898D) is known color: Java. HEX triplet: 20, 89 and 8D. RGB value is (32,137,141). Sum of RGB (Red+Green+Blue) = 32+137+141=310 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.32% from 310); Green value is 137 (53.91% from 255 or 44.19% from 310); Blue value is 141 (55.47% from 255 or 45.48% from 310); Max value from RGB is 141 - color contains mainly: blue. Hex color #20898D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20898D is #DF7672. Grayscale: #696969. Windows color (decimal): -14644851 or 9275680. OLE color: 9275680.
HSL color Cylindrical-coordinate representation of color #20898D: hue angle of 182.2º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20898D is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 137 | 141 | - |
| CMYK | 0.77 | 0.03 | 0 | 0.45 |
| HSL | 182.2º | 0.63% | 0.34% | - |
| HSV(B) | 182.2º | 0.77% | 0.55% | - |
| XYZ | 14.35 | 20.12 | 28.33 | - |
| YUV | 106.06 | 147.71 | 75.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 137 | 141 | 0.77 | 0.03 | 0 | 0.45 | 182.2 | 0.63 | 0.34 |
| Hex | 20 | 89 | 8D | 4D | 3 | 0 | 2D | B6 | 3F | 22 |
| Octal | 40 | 211 | 215 | 115 | 3 | 0 | 55 | 266 | 77 | 42 |
| Binary | 100000 | 10001001 | 10001101 | 1001101 | 11 | 0 | 101101 | 10110110 | 111111 | 100010 |
Color Harmonies of #20898D
Complementary color
Monochromatic Colors of #20898D
Black with #20898D
Text Example
Text Example
White with #20898D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20898D; }
p { color: rgb(32,137,141); }
H1.HeaderClassName
{
color: #20898D;
}
.AnyTagClassName
{
color: #20898D;
}
</style>
background-color css
<style>
a { background-color: #20898D; }
a { background-color: rgb(32,137,141); }
div.DivClassName
{
background-color: #20898D;
}
.BgClassName
{
background-color: #20898D;
}
</style>
border-color css
<style>
span { border-color: #20898D; }
span { border-color: rgb(32,137,141); }
td.TdClassName
{
border-color: #20898D;
}
.TagClassName
{
border-color: #20898D;
}
</style>