Shades of Java #359F9E
Tints of Java #359F9E
RGB
CMYK
RGB Variations
Color information
#359F9E (or 0x359F9E) is known color: Java. HEX triplet: 35, 9F and 9E. RGB value is (53,159,158). Sum of RGB (Red+Green+Blue) = 53+159+158=370 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.32% from 370); Green value is 159 (62.5% from 255 or 42.97% from 370); Blue value is 158 (62.11% from 255 or 42.70% from 370); Max value from RGB is 159 - color contains mainly: green. Hex color #359F9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359F9E is #CA6061. Grayscale: #7F7F7F. Windows color (decimal): -13262946 or 10395445. OLE color: 10395445.
HSL color Cylindrical-coordinate representation of color #359F9E: hue angle of 179.43º 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 #359F9E is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 159 | 158 | - |
| CMYK | 0.67 | 0 | 0.01 | 0.38 |
| HSL | 179.43º | 0.5% | 0.42% | - |
| HSV(B) | 179.43º | 0.67% | 0.62% | - |
| XYZ | 20.04 | 28.02 | 36.7 | - |
| YUV | 127.19 | 145.38 | 75.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 159 | 158 | 0.67 | 0 | 0.01 | 0.38 | 179.43 | 0.5 | 0.42 |
| Hex | 35 | 9F | 9E | 43 | 0 | 1 | 26 | B3 | 32 | 2A |
| Octal | 65 | 237 | 236 | 103 | 0 | 1 | 46 | 263 | 62 | 52 |
| Binary | 110101 | 10011111 | 10011110 | 1000011 | 0 | 1 | 100110 | 10110011 | 110010 | 101010 |
Color Harmonies of #359F9E
Complementary color
Monochromatic Colors of #359F9E
Black with #359F9E
Text Example
Text Example
White with #359F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359F9E; }
p { color: rgb(53,159,158); }
H1.HeaderClassName
{
color: #359F9E;
}
.AnyTagClassName
{
color: #359F9E;
}
</style>
background-color css
<style>
a { background-color: #359F9E; }
a { background-color: rgb(53,159,158); }
div.DivClassName
{
background-color: #359F9E;
}
.BgClassName
{
background-color: #359F9E;
}
</style>
border-color css
<style>
span { border-color: #359F9E; }
span { border-color: rgb(53,159,158); }
td.TdClassName
{
border-color: #359F9E;
}
.TagClassName
{
border-color: #359F9E;
}
</style>