Shades of Java #20838D
Tints of Java #20838D
RGB
CMYK
RGB Variations
Color information
#20838D (or 0x20838D) is known color: Java. HEX triplet: 20, 83 and 8D. RGB value is (32,131,141). Sum of RGB (Red+Green+Blue) = 32+131+141=304 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.53% from 304); Green value is 131 (51.56% from 255 or 43.09% from 304); Blue value is 141 (55.47% from 255 or 46.38% from 304); Max value from RGB is 141 - color contains mainly: blue. Hex color #20838D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20838D is #DF7C72. Grayscale: #666666. Windows color (decimal): -14646387 or 9274144. OLE color: 9274144.
HSL color Cylindrical-coordinate representation of color #20838D: hue angle of 185.5º 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 #20838D is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 131 | 141 | - |
| CMYK | 0.77 | 0.07 | 0 | 0.45 |
| HSL | 185.5º | 0.63% | 0.34% | - |
| HSV(B) | 185.5º | 0.77% | 0.55% | - |
| XYZ | 13.52 | 18.46 | 28.05 | - |
| YUV | 102.54 | 149.7 | 77.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 131 | 141 | 0.77 | 0.07 | 0 | 0.45 | 185.5 | 0.63 | 0.34 |
| Hex | 20 | 83 | 8D | 4D | 7 | 0 | 2D | BA | 3F | 22 |
| Octal | 40 | 203 | 215 | 115 | 7 | 0 | 55 | 272 | 77 | 42 |
| Binary | 100000 | 10000011 | 10001101 | 1001101 | 111 | 0 | 101101 | 10111010 | 111111 | 100010 |
Color Harmonies of #20838D
Complementary color
Monochromatic Colors of #20838D
Black with #20838D
Text Example
Text Example
White with #20838D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20838D; }
p { color: rgb(32,131,141); }
H1.HeaderClassName
{
color: #20838D;
}
.AnyTagClassName
{
color: #20838D;
}
</style>
background-color css
<style>
a { background-color: #20838D; }
a { background-color: rgb(32,131,141); }
div.DivClassName
{
background-color: #20838D;
}
.BgClassName
{
background-color: #20838D;
}
</style>
border-color css
<style>
span { border-color: #20838D; }
span { border-color: rgb(32,131,141); }
td.TdClassName
{
border-color: #20838D;
}
.TagClassName
{
border-color: #20838D;
}
</style>