Shades of Java #209287
Tints of Java #209287
RGB
CMYK
RGB Variations
Color information
#209287 (or 0x209287) is known color: Java. HEX triplet: 20, 92 and 87. RGB value is (32,146,135). Sum of RGB (Red+Green+Blue) = 32+146+135=313 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.22% from 313); Green value is 146 (57.42% from 255 or 46.65% from 313); Blue value is 135 (53.12% from 255 or 43.13% from 313); Max value from RGB is 146 - color contains mainly: green. Hex color #209287 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209287 is #DF6D78. Grayscale: #6E6E6E. Windows color (decimal): -14642553 or 8884768. OLE color: 8884768.
HSL color Cylindrical-coordinate representation of color #209287: hue angle of 174.21º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #209287 is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 32 | 146 | 135 | - |
| CMYK | 0.78 | 0 | 0.08 | 0.43 |
| HSL | 174.21º | 0.64% | 0.35% | - |
| HSV(B) | 174.21º | 0.78% | 0.57% | - |
| XYZ | 15.25 | 22.61 | 26.48 | - |
| YUV | 110.66 | 141.73 | 71.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 146 | 135 | 0.78 | 0 | 0.08 | 0.43 | 174.21 | 0.64 | 0.35 |
| Hex | 20 | 92 | 87 | 4E | 0 | 8 | 2B | AE | 40 | 23 |
| Octal | 40 | 222 | 207 | 116 | 0 | 10 | 53 | 256 | 100 | 43 |
| Binary | 100000 | 10010010 | 10000111 | 1001110 | 0 | 1000 | 101011 | 10101110 | 1000000 | 100011 |
Color Harmonies of #209287
Complementary color
Monochromatic Colors of #209287
Black with #209287
Text Example
Text Example
White with #209287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209287; }
p { color: rgb(32,146,135); }
H1.HeaderClassName
{
color: #209287;
}
.AnyTagClassName
{
color: #209287;
}
</style>
background-color css
<style>
a { background-color: #209287; }
a { background-color: rgb(32,146,135); }
div.DivClassName
{
background-color: #209287;
}
.BgClassName
{
background-color: #209287;
}
</style>
border-color css
<style>
span { border-color: #209287; }
span { border-color: rgb(32,146,135); }
td.TdClassName
{
border-color: #209287;
}
.TagClassName
{
border-color: #209287;
}
</style>