Shades of Java #208691
Tints of Java #208691
RGB
CMYK
RGB Variations
Color information
#208691 (or 0x208691) is known color: Java. HEX triplet: 20, 86 and 91. RGB value is (32,134,145). Sum of RGB (Red+Green+Blue) = 32+134+145=311 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.29% from 311); Green value is 134 (52.73% from 255 or 43.09% from 311); Blue value is 145 (57.03% from 255 or 46.62% from 311); Max value from RGB is 145 - color contains mainly: blue. Hex color #208691 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208691 is #DF796E. Grayscale: #686868. Windows color (decimal): -14645615 or 9537056. OLE color: 9537056.
HSL color Cylindrical-coordinate representation of color #208691: hue angle of 185.84º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #208691 is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 32 | 134 | 145 | - |
| CMYK | 0.78 | 0.08 | 0 | 0.43 |
| HSL | 185.84º | 0.64% | 0.35% | - |
| HSV(B) | 185.84º | 0.78% | 0.57% | - |
| XYZ | 14.23 | 19.4 | 29.78 | - |
| YUV | 104.76 | 150.71 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 134 | 145 | 0.78 | 0.08 | 0 | 0.43 | 185.84 | 0.64 | 0.35 |
| Hex | 20 | 86 | 91 | 4E | 8 | 0 | 2B | BA | 40 | 23 |
| Octal | 40 | 206 | 221 | 116 | 10 | 0 | 53 | 272 | 100 | 43 |
| Binary | 100000 | 10000110 | 10010001 | 1001110 | 1000 | 0 | 101011 | 10111010 | 1000000 | 100011 |
Color Harmonies of #208691
Complementary color
Monochromatic Colors of #208691
Black with #208691
Text Example
Text Example
White with #208691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208691; }
p { color: rgb(32,134,145); }
H1.HeaderClassName
{
color: #208691;
}
.AnyTagClassName
{
color: #208691;
}
</style>
background-color css
<style>
a { background-color: #208691; }
a { background-color: rgb(32,134,145); }
div.DivClassName
{
background-color: #208691;
}
.BgClassName
{
background-color: #208691;
}
</style>
border-color css
<style>
span { border-color: #208691; }
span { border-color: rgb(32,134,145); }
td.TdClassName
{
border-color: #208691;
}
.TagClassName
{
border-color: #208691;
}
</style>