Shades of Java #209BA2
Tints of Java #209BA2
RGB
CMYK
RGB Variations
Color information
#209BA2 (or 0x209BA2) is known color: Java. HEX triplet: 20, 9B and A2. RGB value is (32,155,162). Sum of RGB (Red+Green+Blue) = 32+155+162=349 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.17% from 349); Green value is 155 (60.94% from 255 or 44.41% from 349); Blue value is 162 (63.67% from 255 or 46.42% from 349); Max value from RGB is 162 - color contains mainly: blue. Hex color #209BA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209BA2 is #DF645D. Grayscale: #767676. Windows color (decimal): -14640222 or 10656544. OLE color: 10656544.
HSL color Cylindrical-coordinate representation of color #209BA2: hue angle of 183.23º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #209BA2 is Cyan = 0.80, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 32 | 155 | 162 | - |
| CMYK | 0.80 | 0.04 | 0 | 0.36 |
| HSL | 183.23º | 0.67% | 0.38% | - |
| HSV(B) | 183.23º | 0.8% | 0.64% | - |
| XYZ | 18.84 | 26.36 | 38.28 | - |
| YUV | 119.02 | 152.25 | 65.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 155 | 162 | 0.80 | 0.04 | 0 | 0.36 | 183.23 | 0.67 | 0.38 |
| Hex | 20 | 9B | A2 | 50 | 4 | 0 | 24 | B7 | 43 | 26 |
| Octal | 40 | 233 | 242 | 120 | 4 | 0 | 44 | 267 | 103 | 46 |
| Binary | 100000 | 10011011 | 10100010 | 1010000 | 100 | 0 | 100100 | 10110111 | 1000011 | 100110 |
Color Harmonies of #209BA2
Complementary color
Monochromatic Colors of #209BA2
Black with #209BA2
Text Example
Text Example
White with #209BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209BA2; }
p { color: rgb(32,155,162); }
H1.HeaderClassName
{
color: #209BA2;
}
.AnyTagClassName
{
color: #209BA2;
}
</style>
background-color css
<style>
a { background-color: #209BA2; }
a { background-color: rgb(32,155,162); }
div.DivClassName
{
background-color: #209BA2;
}
.BgClassName
{
background-color: #209BA2;
}
</style>
border-color css
<style>
span { border-color: #209BA2; }
span { border-color: rgb(32,155,162); }
td.TdClassName
{
border-color: #209BA2;
}
.TagClassName
{
border-color: #209BA2;
}
</style>