Shades of Java #209598
Tints of Java #209598
RGB
CMYK
RGB Variations
Color information
#209598 (or 0x209598) is known color: Java. HEX triplet: 20, 95 and 98. RGB value is (32,149,152). Sum of RGB (Red+Green+Blue) = 32+149+152=333 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.61% from 333); Green value is 149 (58.59% from 255 or 44.74% from 333); Blue value is 152 (59.77% from 255 or 45.65% from 333); Max value from RGB is 152 - color contains mainly: blue. Hex color #209598 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209598 is #DF6A67. Grayscale: #727272. Windows color (decimal): -14641768 or 9999648. OLE color: 9999648.
HSL color Cylindrical-coordinate representation of color #209598: hue angle of 181.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 #209598 is Cyan = 0.79, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 32 | 149 | 152 | - |
| CMYK | 0.79 | 0.02 | 0 | 0.40 |
| HSL | 181.5º | 0.65% | 0.36% | - |
| HSV(B) | 181.5º | 0.79% | 0.6% | - |
| XYZ | 17.01 | 24.07 | 33.45 | - |
| YUV | 114.36 | 149.24 | 69.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 149 | 152 | 0.79 | 0.02 | 0 | 0.40 | 181.5 | 0.65 | 0.36 |
| Hex | 20 | 95 | 98 | 4F | 2 | 0 | 28 | B6 | 41 | 24 |
| Octal | 40 | 225 | 230 | 117 | 2 | 0 | 50 | 266 | 101 | 44 |
| Binary | 100000 | 10010101 | 10011000 | 1001111 | 10 | 0 | 101000 | 10110110 | 1000001 | 100100 |
Color Harmonies of #209598
Complementary color
Monochromatic Colors of #209598
Black with #209598
Text Example
Text Example
White with #209598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209598; }
p { color: rgb(32,149,152); }
H1.HeaderClassName
{
color: #209598;
}
.AnyTagClassName
{
color: #209598;
}
</style>
background-color css
<style>
a { background-color: #209598; }
a { background-color: rgb(32,149,152); }
div.DivClassName
{
background-color: #209598;
}
.BgClassName
{
background-color: #209598;
}
</style>
border-color css
<style>
span { border-color: #209598; }
span { border-color: rgb(32,149,152); }
td.TdClassName
{
border-color: #209598;
}
.TagClassName
{
border-color: #209598;
}
</style>