Shades of Java #208997
Tints of Java #208997
RGB
CMYK
RGB Variations
Color information
#208997 (or 0x208997) is known color: Java. HEX triplet: 20, 89 and 97. RGB value is (32,137,151). Sum of RGB (Red+Green+Blue) = 32+137+151=320 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10% from 320); Green value is 137 (53.91% from 255 or 42.81% from 320); Blue value is 151 (59.38% from 255 or 47.19% from 320); Max value from RGB is 151 - color contains mainly: blue. Hex color #208997 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208997 is #DF7668. Grayscale: #6B6B6B. Windows color (decimal): -14644841 or 9931040. OLE color: 9931040.
HSL color Cylindrical-coordinate representation of color #208997: hue angle of 187.06º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #208997 is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 32 | 137 | 151 | - |
| CMYK | 0.79 | 0.09 | 0 | 0.41 |
| HSL | 187.06º | 0.65% | 0.36% | - |
| HSV(B) | 187.06º | 0.79% | 0.59% | - |
| XYZ | 15.13 | 20.43 | 32.42 | - |
| YUV | 107.2 | 152.71 | 74.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 137 | 151 | 0.79 | 0.09 | 0 | 0.41 | 187.06 | 0.65 | 0.36 |
| Hex | 20 | 89 | 97 | 4F | 9 | 0 | 29 | BB | 41 | 24 |
| Octal | 40 | 211 | 227 | 117 | 11 | 0 | 51 | 273 | 101 | 44 |
| Binary | 100000 | 10001001 | 10010111 | 1001111 | 1001 | 0 | 101001 | 10111011 | 1000001 | 100100 |
Color Harmonies of #208997
Complementary color
Monochromatic Colors of #208997
Black with #208997
Text Example
Text Example
White with #208997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208997; }
p { color: rgb(32,137,151); }
H1.HeaderClassName
{
color: #208997;
}
.AnyTagClassName
{
color: #208997;
}
</style>
background-color css
<style>
a { background-color: #208997; }
a { background-color: rgb(32,137,151); }
div.DivClassName
{
background-color: #208997;
}
.BgClassName
{
background-color: #208997;
}
</style>
border-color css
<style>
span { border-color: #208997; }
span { border-color: rgb(32,137,151); }
td.TdClassName
{
border-color: #208997;
}
.TagClassName
{
border-color: #208997;
}
</style>