Shades of Java #208690
Tints of Java #208690
RGB
CMYK
RGB Variations
Color information
#208690 (or 0x208690) is known color: Java. HEX triplet: 20, 86 and 90. RGB value is (32,134,144). Sum of RGB (Red+Green+Blue) = 32+134+144=310 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.32% from 310); Green value is 134 (52.73% from 255 or 43.23% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 144 - color contains mainly: blue. Hex color #208690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208690 is #DF796F. Grayscale: #686868. Windows color (decimal): -14645616 or 9471520. OLE color: 9471520.
HSL color Cylindrical-coordinate representation of color #208690: hue angle of 185.36º 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 #208690 is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 134 | 144 | - |
| CMYK | 0.78 | 0.07 | 0 | 0.44 |
| HSL | 185.36º | 0.64% | 0.35% | - |
| HSV(B) | 185.36º | 0.78% | 0.56% | - |
| XYZ | 14.15 | 19.37 | 29.38 | - |
| YUV | 104.64 | 150.21 | 76.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 134 | 144 | 0.78 | 0.07 | 0 | 0.44 | 185.36 | 0.64 | 0.35 |
| Hex | 20 | 86 | 90 | 4E | 7 | 0 | 2C | B9 | 40 | 23 |
| Octal | 40 | 206 | 220 | 116 | 7 | 0 | 54 | 271 | 100 | 43 |
| Binary | 100000 | 10000110 | 10010000 | 1001110 | 111 | 0 | 101100 | 10111001 | 1000000 | 100011 |
Color Harmonies of #208690
Complementary color
Monochromatic Colors of #208690
Black with #208690
Text Example
Text Example
White with #208690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208690; }
p { color: rgb(32,134,144); }
H1.HeaderClassName
{
color: #208690;
}
.AnyTagClassName
{
color: #208690;
}
</style>
background-color css
<style>
a { background-color: #208690; }
a { background-color: rgb(32,134,144); }
div.DivClassName
{
background-color: #208690;
}
.BgClassName
{
background-color: #208690;
}
</style>
border-color css
<style>
span { border-color: #208690; }
span { border-color: rgb(32,134,144); }
td.TdClassName
{
border-color: #208690;
}
.TagClassName
{
border-color: #208690;
}
</style>