Shades of Java #209296
Tints of Java #209296
RGB
CMYK
RGB Variations
Color information
#209296 (or 0x209296) is known color: Java. HEX triplet: 20, 92 and 96. RGB value is (32,146,150). Sum of RGB (Red+Green+Blue) = 32+146+150=328 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.76% from 328); Green value is 146 (57.42% from 255 or 44.51% from 328); Blue value is 150 (58.98% from 255 or 45.73% from 328); Max value from RGB is 150 - color contains mainly: blue. Hex color #209296 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209296 is #DF6D69. Grayscale: #707070. Windows color (decimal): -14642538 or 9867808. OLE color: 9867808.
HSL color Cylindrical-coordinate representation of color #209296: hue angle of 182.03º 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 #209296 is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 32 | 146 | 150 | - |
| CMYK | 0.79 | 0.03 | 0 | 0.41 |
| HSL | 182.03º | 0.65% | 0.36% | - |
| HSV(B) | 182.03º | 0.79% | 0.59% | - |
| XYZ | 16.38 | 23.07 | 32.44 | - |
| YUV | 112.37 | 149.23 | 70.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 146 | 150 | 0.79 | 0.03 | 0 | 0.41 | 182.03 | 0.65 | 0.36 |
| Hex | 20 | 92 | 96 | 4F | 3 | 0 | 29 | B6 | 41 | 24 |
| Octal | 40 | 222 | 226 | 117 | 3 | 0 | 51 | 266 | 101 | 44 |
| Binary | 100000 | 10010010 | 10010110 | 1001111 | 11 | 0 | 101001 | 10110110 | 1000001 | 100100 |
Color Harmonies of #209296
Complementary color
Monochromatic Colors of #209296
Black with #209296
Text Example
Text Example
White with #209296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209296; }
p { color: rgb(32,146,150); }
H1.HeaderClassName
{
color: #209296;
}
.AnyTagClassName
{
color: #209296;
}
</style>
background-color css
<style>
a { background-color: #209296; }
a { background-color: rgb(32,146,150); }
div.DivClassName
{
background-color: #209296;
}
.BgClassName
{
background-color: #209296;
}
</style>
border-color css
<style>
span { border-color: #209296; }
span { border-color: rgb(32,146,150); }
td.TdClassName
{
border-color: #209296;
}
.TagClassName
{
border-color: #209296;
}
</style>