Shades of Java #359F98
Tints of Java #359F98
RGB
CMYK
RGB Variations
Color information
#359F98 (or 0x359F98) is known color: Java. HEX triplet: 35, 9F and 98. RGB value is (53,159,152). Sum of RGB (Red+Green+Blue) = 53+159+152=364 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.56% from 364); Green value is 159 (62.5% from 255 or 43.68% from 364); Blue value is 152 (59.77% from 255 or 41.76% from 364); Max value from RGB is 159 - color contains mainly: green. Hex color #359F98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359F98 is #CA6067. Grayscale: #7E7E7E. Windows color (decimal): -13262952 or 10002229. OLE color: 10002229.
HSL color Cylindrical-coordinate representation of color #359F98: hue angle of 176.04º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #359F98 is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 159 | 152 | - |
| CMYK | 0.67 | 0 | 0.04 | 0.38 |
| HSL | 176.04º | 0.5% | 0.42% | - |
| HSV(B) | 176.04º | 0.67% | 0.62% | - |
| XYZ | 19.53 | 27.82 | 34.05 | - |
| YUV | 126.51 | 142.38 | 75.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 159 | 152 | 0.67 | 0 | 0.04 | 0.38 | 176.04 | 0.5 | 0.42 |
| Hex | 35 | 9F | 98 | 43 | 0 | 4 | 26 | B0 | 32 | 2A |
| Octal | 65 | 237 | 230 | 103 | 0 | 4 | 46 | 260 | 62 | 52 |
| Binary | 110101 | 10011111 | 10011000 | 1000011 | 0 | 100 | 100110 | 10110000 | 110010 | 101010 |
Color Harmonies of #359F98
Complementary color
Monochromatic Colors of #359F98
Black with #359F98
Text Example
Text Example
White with #359F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359F98; }
p { color: rgb(53,159,152); }
H1.HeaderClassName
{
color: #359F98;
}
.AnyTagClassName
{
color: #359F98;
}
</style>
background-color css
<style>
a { background-color: #359F98; }
a { background-color: rgb(53,159,152); }
div.DivClassName
{
background-color: #359F98;
}
.BgClassName
{
background-color: #359F98;
}
</style>
border-color css
<style>
span { border-color: #359F98; }
span { border-color: rgb(53,159,152); }
td.TdClassName
{
border-color: #359F98;
}
.TagClassName
{
border-color: #359F98;
}
</style>