Shades of Java #208998
Tints of Java #208998
RGB
CMYK
RGB Variations
Color information
#208998 (or 0x208998) is known color: Java. HEX triplet: 20, 89 and 98. RGB value is (32,137,152). Sum of RGB (Red+Green+Blue) = 32+137+152=321 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.97% from 321); Green value is 137 (53.91% from 255 or 42.68% from 321); Blue value is 152 (59.77% from 255 or 47.35% from 321); Max value from RGB is 152 - color contains mainly: blue. Hex color #208998 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208998 is #DF7667. Grayscale: #6B6B6B. Windows color (decimal): -14644840 or 9996576. OLE color: 9996576.
HSL color Cylindrical-coordinate representation of color #208998: hue angle of 187.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #208998 is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 32 | 137 | 152 | - |
| CMYK | 0.79 | 0.10 | 0 | 0.40 |
| HSL | 187.5º | 0.65% | 0.36% | - |
| HSV(B) | 187.5º | 0.79% | 0.6% | - |
| XYZ | 15.21 | 20.47 | 32.85 | - |
| YUV | 107.32 | 153.21 | 74.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 137 | 152 | 0.79 | 0.10 | 0 | 0.40 | 187.5 | 0.65 | 0.36 |
| Hex | 20 | 89 | 98 | 4F | A | 0 | 28 | BC | 41 | 24 |
| Octal | 40 | 211 | 230 | 117 | 12 | 0 | 50 | 274 | 101 | 44 |
| Binary | 100000 | 10001001 | 10011000 | 1001111 | 1010 | 0 | 101000 | 10111100 | 1000001 | 100100 |
Color Harmonies of #208998
Complementary color
Monochromatic Colors of #208998
Black with #208998
Text Example
Text Example
White with #208998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208998; }
p { color: rgb(32,137,152); }
H1.HeaderClassName
{
color: #208998;
}
.AnyTagClassName
{
color: #208998;
}
</style>
background-color css
<style>
a { background-color: #208998; }
a { background-color: rgb(32,137,152); }
div.DivClassName
{
background-color: #208998;
}
.BgClassName
{
background-color: #208998;
}
</style>
border-color css
<style>
span { border-color: #208998; }
span { border-color: rgb(32,137,152); }
td.TdClassName
{
border-color: #208998;
}
.TagClassName
{
border-color: #208998;
}
</style>