Shades of Java #359899
Tints of Java #359899
RGB
CMYK
RGB Variations
Color information
#359899 (or 0x359899) is known color: Java. HEX triplet: 35, 98 and 99. RGB value is (53,152,153). Sum of RGB (Red+Green+Blue) = 53+152+153=358 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.80% from 358); Green value is 152 (59.77% from 255 or 42.46% from 358); Blue value is 153 (60.16% from 255 or 42.74% from 358); Max value from RGB is 153 - color contains mainly: blue. Hex color #359899 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359899 is #CA6766. Grayscale: #7A7A7A. Windows color (decimal): -13264743 or 10065973. OLE color: 10065973.
HSL color Cylindrical-coordinate representation of color #359899: hue angle of 180.6º 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 #359899 is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 53 | 152 | 153 | - |
| CMYK | 0.65 | 0.01 | 0 | 0.4 |
| HSL | 180.6º | 0.49% | 0.4% | - |
| HSV(B) | 180.6º | 0.65% | 0.6% | - |
| XYZ | 18.45 | 25.51 | 34.09 | - |
| YUV | 122.51 | 145.2 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 152 | 153 | 0.65 | 0.01 | 0 | 0.4 | 180.6 | 0.49 | 0.4 |
| Hex | 35 | 98 | 99 | 41 | 1 | 0 | 28 | B5 | 31 | 28 |
| Octal | 65 | 230 | 231 | 101 | 1 | 0 | 50 | 265 | 61 | 50 |
| Binary | 110101 | 10011000 | 10011001 | 1000001 | 1 | 0 | 101000 | 10110101 | 110001 | 101000 |
Color Harmonies of #359899
Complementary color
Monochromatic Colors of #359899
Black with #359899
Text Example
Text Example
White with #359899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359899; }
p { color: rgb(53,152,153); }
H1.HeaderClassName
{
color: #359899;
}
.AnyTagClassName
{
color: #359899;
}
</style>
background-color css
<style>
a { background-color: #359899; }
a { background-color: rgb(53,152,153); }
div.DivClassName
{
background-color: #359899;
}
.BgClassName
{
background-color: #359899;
}
</style>
border-color css
<style>
span { border-color: #359899; }
span { border-color: rgb(53,152,153); }
td.TdClassName
{
border-color: #359899;
}
.TagClassName
{
border-color: #359899;
}
</style>