Shades of Java #208992
Tints of Java #208992
RGB
CMYK
RGB Variations
Color information
#208992 (or 0x208992) is known color: Java. HEX triplet: 20, 89 and 92. RGB value is (32,137,146). Sum of RGB (Red+Green+Blue) = 32+137+146=315 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.16% from 315); Green value is 137 (53.91% from 255 or 43.49% from 315); Blue value is 146 (57.42% from 255 or 46.35% from 315); Max value from RGB is 146 - color contains mainly: blue. Hex color #208992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208992 is #DF766D. Grayscale: #6A6A6A. Windows color (decimal): -14644846 or 9603360. OLE color: 9603360.
HSL color Cylindrical-coordinate representation of color #208992: hue angle of 184.74º 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 #208992 is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 32 | 137 | 146 | - |
| CMYK | 0.78 | 0.06 | 0 | 0.43 |
| HSL | 184.74º | 0.64% | 0.35% | - |
| HSV(B) | 184.74º | 0.78% | 0.57% | - |
| XYZ | 14.73 | 20.27 | 30.33 | - |
| YUV | 106.63 | 150.21 | 74.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 137 | 146 | 0.78 | 0.06 | 0 | 0.43 | 184.74 | 0.64 | 0.35 |
| Hex | 20 | 89 | 92 | 4E | 6 | 0 | 2B | B9 | 40 | 23 |
| Octal | 40 | 211 | 222 | 116 | 6 | 0 | 53 | 271 | 100 | 43 |
| Binary | 100000 | 10001001 | 10010010 | 1001110 | 110 | 0 | 101011 | 10111001 | 1000000 | 100011 |
Color Harmonies of #208992
Complementary color
Monochromatic Colors of #208992
Black with #208992
Text Example
Text Example
White with #208992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208992; }
p { color: rgb(32,137,146); }
H1.HeaderClassName
{
color: #208992;
}
.AnyTagClassName
{
color: #208992;
}
</style>
background-color css
<style>
a { background-color: #208992; }
a { background-color: rgb(32,137,146); }
div.DivClassName
{
background-color: #208992;
}
.BgClassName
{
background-color: #208992;
}
</style>
border-color css
<style>
span { border-color: #208992; }
span { border-color: rgb(32,137,146); }
td.TdClassName
{
border-color: #208992;
}
.TagClassName
{
border-color: #208992;
}
</style>