Shades of Java #208493
Tints of Java #208493
RGB
CMYK
RGB Variations
Color information
#208493 (or 0x208493) is known color: Java. HEX triplet: 20, 84 and 93. RGB value is (32,132,147). Sum of RGB (Red+Green+Blue) = 32+132+147=311 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.29% from 311); Green value is 132 (51.95% from 255 or 42.44% from 311); Blue value is 147 (57.81% from 255 or 47.27% from 311); Max value from RGB is 147 - color contains mainly: blue. Hex color #208493 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208493 is #DF7B6C. Grayscale: #676767. Windows color (decimal): -14646125 or 9667616. OLE color: 9667616.
HSL color Cylindrical-coordinate representation of color #208493: hue angle of 187.83º 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 #208493 is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 132 | 147 | - |
| CMYK | 0.78 | 0.10 | 0 | 0.42 |
| HSL | 187.83º | 0.64% | 0.35% | - |
| HSV(B) | 187.83º | 0.78% | 0.58% | - |
| XYZ | 14.11 | 18.92 | 30.51 | - |
| YUV | 103.81 | 152.37 | 76.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 132 | 147 | 0.78 | 0.10 | 0 | 0.42 | 187.83 | 0.64 | 0.35 |
| Hex | 20 | 84 | 93 | 4E | A | 0 | 2A | BC | 40 | 23 |
| Octal | 40 | 204 | 223 | 116 | 12 | 0 | 52 | 274 | 100 | 43 |
| Binary | 100000 | 10000100 | 10010011 | 1001110 | 1010 | 0 | 101010 | 10111100 | 1000000 | 100011 |
Color Harmonies of #208493
Complementary color
Monochromatic Colors of #208493
Black with #208493
Text Example
Text Example
White with #208493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208493; }
p { color: rgb(32,132,147); }
H1.HeaderClassName
{
color: #208493;
}
.AnyTagClassName
{
color: #208493;
}
</style>
background-color css
<style>
a { background-color: #208493; }
a { background-color: rgb(32,132,147); }
div.DivClassName
{
background-color: #208493;
}
.BgClassName
{
background-color: #208493;
}
</style>
border-color css
<style>
span { border-color: #208493; }
span { border-color: rgb(32,132,147); }
td.TdClassName
{
border-color: #208493;
}
.TagClassName
{
border-color: #208493;
}
</style>