Shades of Java #359799
Tints of Java #359799
RGB
CMYK
RGB Variations
Color information
#359799 (or 0x359799) is known color: Java. HEX triplet: 35, 97 and 99. RGB value is (53,151,153). Sum of RGB (Red+Green+Blue) = 53+151+153=357 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.85% from 357); Green value is 151 (59.38% from 255 or 42.30% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 153 - color contains mainly: blue. Hex color #359799 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359799 is #CA6866. Grayscale: #797979. Windows color (decimal): -13264999 or 10065717. OLE color: 10065717.
HSL color Cylindrical-coordinate representation of color #359799: hue angle of 181.2º 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 #359799 is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 53 | 151 | 153 | - |
| CMYK | 0.65 | 0.01 | 0 | 0.4 |
| HSL | 181.2º | 0.49% | 0.4% | - |
| HSV(B) | 181.2º | 0.65% | 0.6% | - |
| XYZ | 18.28 | 25.19 | 34.04 | - |
| YUV | 121.93 | 145.53 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 151 | 153 | 0.65 | 0.01 | 0 | 0.4 | 181.2 | 0.49 | 0.4 |
| Hex | 35 | 97 | 99 | 41 | 1 | 0 | 28 | B5 | 31 | 28 |
| Octal | 65 | 227 | 231 | 101 | 1 | 0 | 50 | 265 | 61 | 50 |
| Binary | 110101 | 10010111 | 10011001 | 1000001 | 1 | 0 | 101000 | 10110101 | 110001 | 101000 |
Color Harmonies of #359799
Complementary color
Monochromatic Colors of #359799
Black with #359799
Text Example
Text Example
White with #359799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359799; }
p { color: rgb(53,151,153); }
H1.HeaderClassName
{
color: #359799;
}
.AnyTagClassName
{
color: #359799;
}
</style>
background-color css
<style>
a { background-color: #359799; }
a { background-color: rgb(53,151,153); }
div.DivClassName
{
background-color: #359799;
}
.BgClassName
{
background-color: #359799;
}
</style>
border-color css
<style>
span { border-color: #359799; }
span { border-color: rgb(53,151,153); }
td.TdClassName
{
border-color: #359799;
}
.TagClassName
{
border-color: #359799;
}
</style>