Shades of Java #208892
Tints of Java #208892
RGB
CMYK
RGB Variations
Color information
#208892 (or 0x208892) is known color: Java. HEX triplet: 20, 88 and 92. RGB value is (32,136,146). Sum of RGB (Red+Green+Blue) = 32+136+146=314 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.19% from 314); Green value is 136 (53.52% from 255 or 43.31% from 314); Blue value is 146 (57.42% from 255 or 46.50% from 314); Max value from RGB is 146 - color contains mainly: blue. Hex color #208892 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208892 is #DF776D. Grayscale: #696969. Windows color (decimal): -14645102 or 9603104. OLE color: 9603104.
HSL color Cylindrical-coordinate representation of color #208892: hue angle of 185.26º 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 #208892 is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 32 | 136 | 146 | - |
| CMYK | 0.78 | 0.07 | 0 | 0.43 |
| HSL | 185.26º | 0.64% | 0.35% | - |
| HSV(B) | 185.26º | 0.78% | 0.57% | - |
| XYZ | 14.59 | 19.99 | 30.28 | - |
| YUV | 106.04 | 150.54 | 75.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 136 | 146 | 0.78 | 0.07 | 0 | 0.43 | 185.26 | 0.64 | 0.35 |
| Hex | 20 | 88 | 92 | 4E | 7 | 0 | 2B | B9 | 40 | 23 |
| Octal | 40 | 210 | 222 | 116 | 7 | 0 | 53 | 271 | 100 | 43 |
| Binary | 100000 | 10001000 | 10010010 | 1001110 | 111 | 0 | 101011 | 10111001 | 1000000 | 100011 |
Color Harmonies of #208892
Complementary color
Monochromatic Colors of #208892
Black with #208892
Text Example
Text Example
White with #208892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208892; }
p { color: rgb(32,136,146); }
H1.HeaderClassName
{
color: #208892;
}
.AnyTagClassName
{
color: #208892;
}
</style>
background-color css
<style>
a { background-color: #208892; }
a { background-color: rgb(32,136,146); }
div.DivClassName
{
background-color: #208892;
}
.BgClassName
{
background-color: #208892;
}
</style>
border-color css
<style>
span { border-color: #208892; }
span { border-color: rgb(32,136,146); }
td.TdClassName
{
border-color: #208892;
}
.TagClassName
{
border-color: #208892;
}
</style>