Shades of Java #359998
Tints of Java #359998
RGB
CMYK
RGB Variations
Color information
#359998 (or 0x359998) is known color: Java. HEX triplet: 35, 99 and 98. RGB value is (53,153,152). Sum of RGB (Red+Green+Blue) = 53+153+152=358 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.80% from 358); Green value is 153 (60.16% from 255 or 42.74% from 358); Blue value is 152 (59.77% from 255 or 42.46% from 358); Max value from RGB is 153 - color contains mainly: green. Hex color #359998 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359998 is #CA6667. Grayscale: #7A7A7A. Windows color (decimal): -13264488 or 10000693. OLE color: 10000693.
HSL color Cylindrical-coordinate representation of color #359998: hue angle of 179.4º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #359998 is Cyan = 0.65, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 53 | 153 | 152 | - |
| CMYK | 0.65 | 0 | 0.01 | 0.4 |
| HSL | 179.4º | 0.49% | 0.4% | - |
| HSV(B) | 179.4º | 0.65% | 0.6% | - |
| XYZ | 18.53 | 25.81 | 33.71 | - |
| YUV | 122.99 | 144.37 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 153 | 152 | 0.65 | 0 | 0.01 | 0.4 | 179.4 | 0.49 | 0.4 |
| Hex | 35 | 99 | 98 | 41 | 0 | 1 | 28 | B3 | 31 | 28 |
| Octal | 65 | 231 | 230 | 101 | 0 | 1 | 50 | 263 | 61 | 50 |
| Binary | 110101 | 10011001 | 10011000 | 1000001 | 0 | 1 | 101000 | 10110011 | 110001 | 101000 |
Color Harmonies of #359998
Complementary color
Monochromatic Colors of #359998
Black with #359998
Text Example
Text Example
White with #359998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359998; }
p { color: rgb(53,153,152); }
H1.HeaderClassName
{
color: #359998;
}
.AnyTagClassName
{
color: #359998;
}
</style>
background-color css
<style>
a { background-color: #359998; }
a { background-color: rgb(53,153,152); }
div.DivClassName
{
background-color: #359998;
}
.BgClassName
{
background-color: #359998;
}
</style>
border-color css
<style>
span { border-color: #359998; }
span { border-color: rgb(53,153,152); }
td.TdClassName
{
border-color: #359998;
}
.TagClassName
{
border-color: #359998;
}
</style>