Shades of Java #359E99
Tints of Java #359E99
RGB
CMYK
RGB Variations
Color information
#359E99 (or 0x359E99) is known color: Java. HEX triplet: 35, 9E and 99. RGB value is (53,158,153). Sum of RGB (Red+Green+Blue) = 53+158+153=364 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.56% from 364); Green value is 158 (62.11% from 255 or 43.41% from 364); Blue value is 153 (60.16% from 255 or 42.03% from 364); Max value from RGB is 158 - color contains mainly: green. Hex color #359E99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359E99 is #CA6166. Grayscale: #7D7D7D. Windows color (decimal): -13263207 or 10067509. OLE color: 10067509.
HSL color Cylindrical-coordinate representation of color #359E99: hue angle of 177.14º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359E99 is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 158 | 153 | - |
| CMYK | 0.66 | 0 | 0.03 | 0.38 |
| HSL | 177.14º | 0.5% | 0.41% | - |
| HSV(B) | 177.14º | 0.66% | 0.62% | - |
| XYZ | 19.44 | 27.51 | 34.42 | - |
| YUV | 126.04 | 143.21 | 75.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 158 | 153 | 0.66 | 0 | 0.03 | 0.38 | 177.14 | 0.5 | 0.41 |
| Hex | 35 | 9E | 99 | 42 | 0 | 3 | 26 | B1 | 32 | 29 |
| Octal | 65 | 236 | 231 | 102 | 0 | 3 | 46 | 261 | 62 | 51 |
| Binary | 110101 | 10011110 | 10011001 | 1000010 | 0 | 11 | 100110 | 10110001 | 110010 | 101001 |
Color Harmonies of #359E99
Complementary color
Monochromatic Colors of #359E99
Black with #359E99
Text Example
Text Example
White with #359E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359E99; }
p { color: rgb(53,158,153); }
H1.HeaderClassName
{
color: #359E99;
}
.AnyTagClassName
{
color: #359E99;
}
</style>
background-color css
<style>
a { background-color: #359E99; }
a { background-color: rgb(53,158,153); }
div.DivClassName
{
background-color: #359E99;
}
.BgClassName
{
background-color: #359E99;
}
</style>
border-color css
<style>
span { border-color: #359E99; }
span { border-color: rgb(53,158,153); }
td.TdClassName
{
border-color: #359E99;
}
.TagClassName
{
border-color: #359E99;
}
</style>