Shades of Java #208490
Tints of Java #208490
RGB
CMYK
RGB Variations
Color information
#208490 (or 0x208490) is known color: Java. HEX triplet: 20, 84 and 90. RGB value is (32,132,144). Sum of RGB (Red+Green+Blue) = 32+132+144=308 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.39% from 308); Green value is 132 (51.95% from 255 or 42.86% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 144 - color contains mainly: blue. Hex color #208490 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208490 is #DF7B6F. Grayscale: #676767. Windows color (decimal): -14646128 or 9471008. OLE color: 9471008.
HSL color Cylindrical-coordinate representation of color #208490: hue angle of 186.43º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #208490 is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 132 | 144 | - |
| CMYK | 0.78 | 0.08 | 0 | 0.44 |
| HSL | 186.43º | 0.64% | 0.35% | - |
| HSV(B) | 186.43º | 0.78% | 0.56% | - |
| XYZ | 13.88 | 18.82 | 29.29 | - |
| YUV | 103.47 | 150.87 | 77.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 132 | 144 | 0.78 | 0.08 | 0 | 0.44 | 186.43 | 0.64 | 0.35 |
| Hex | 20 | 84 | 90 | 4E | 8 | 0 | 2C | BA | 40 | 23 |
| Octal | 40 | 204 | 220 | 116 | 10 | 0 | 54 | 272 | 100 | 43 |
| Binary | 100000 | 10000100 | 10010000 | 1001110 | 1000 | 0 | 101100 | 10111010 | 1000000 | 100011 |
Color Harmonies of #208490
Complementary color
Monochromatic Colors of #208490
Black with #208490
Text Example
Text Example
White with #208490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208490; }
p { color: rgb(32,132,144); }
H1.HeaderClassName
{
color: #208490;
}
.AnyTagClassName
{
color: #208490;
}
</style>
background-color css
<style>
a { background-color: #208490; }
a { background-color: rgb(32,132,144); }
div.DivClassName
{
background-color: #208490;
}
.BgClassName
{
background-color: #208490;
}
</style>
border-color css
<style>
span { border-color: #208490; }
span { border-color: rgb(32,132,144); }
td.TdClassName
{
border-color: #208490;
}
.TagClassName
{
border-color: #208490;
}
</style>