Shades of Java #359F99
Tints of Java #359F99
RGB
CMYK
RGB Variations
Color information
#359F99 (or 0x359F99) is known color: Java. HEX triplet: 35, 9F and 99. RGB value is (53,159,153). Sum of RGB (Red+Green+Blue) = 53+159+153=365 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.52% from 365); Green value is 159 (62.5% from 255 or 43.56% from 365); Blue value is 153 (60.16% from 255 or 41.92% from 365); Max value from RGB is 159 - color contains mainly: green. Hex color #359F99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359F99 is #CA6066. Grayscale: #7E7E7E. Windows color (decimal): -13262951 or 10067765. OLE color: 10067765.
HSL color Cylindrical-coordinate representation of color #359F99: hue angle of 176.6º 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 #359F99 is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 159 | 153 | - |
| CMYK | 0.67 | 0 | 0.04 | 0.38 |
| HSL | 176.6º | 0.5% | 0.42% | - |
| HSV(B) | 176.6º | 0.67% | 0.62% | - |
| XYZ | 19.62 | 27.85 | 34.48 | - |
| YUV | 126.62 | 142.88 | 75.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 159 | 153 | 0.67 | 0 | 0.04 | 0.38 | 176.6 | 0.5 | 0.42 |
| Hex | 35 | 9F | 99 | 43 | 0 | 4 | 26 | B1 | 32 | 2A |
| Octal | 65 | 237 | 231 | 103 | 0 | 4 | 46 | 261 | 62 | 52 |
| Binary | 110101 | 10011111 | 10011001 | 1000011 | 0 | 100 | 100110 | 10110001 | 110010 | 101010 |
Color Harmonies of #359F99
Complementary color
Monochromatic Colors of #359F99
Black with #359F99
Text Example
Text Example
White with #359F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359F99; }
p { color: rgb(53,159,153); }
H1.HeaderClassName
{
color: #359F99;
}
.AnyTagClassName
{
color: #359F99;
}
</style>
background-color css
<style>
a { background-color: #359F99; }
a { background-color: rgb(53,159,153); }
div.DivClassName
{
background-color: #359F99;
}
.BgClassName
{
background-color: #359F99;
}
</style>
border-color css
<style>
span { border-color: #359F99; }
span { border-color: rgb(53,159,153); }
td.TdClassName
{
border-color: #359F99;
}
.TagClassName
{
border-color: #359F99;
}
</style>