Shades of Java #359E9D
Tints of Java #359E9D
RGB
CMYK
RGB Variations
Color information
#359E9D (or 0x359E9D) is known color: Java. HEX triplet: 35, 9E and 9D. RGB value is (53,158,157). Sum of RGB (Red+Green+Blue) = 53+158+157=368 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.40% from 368); Green value is 158 (62.11% from 255 or 42.93% from 368); Blue value is 157 (61.72% from 255 or 42.66% from 368); Max value from RGB is 158 - color contains mainly: green. Hex color #359E9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359E9D is #CA6162. Grayscale: #7E7E7E. Windows color (decimal): -13263203 or 10329653. OLE color: 10329653.
HSL color Cylindrical-coordinate representation of color #359E9D: hue angle of 179.43º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359E9D is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 158 | 157 | - |
| CMYK | 0.66 | 0 | 0.01 | 0.38 |
| HSL | 179.43º | 0.5% | 0.41% | - |
| HSV(B) | 179.43º | 0.66% | 0.62% | - |
| XYZ | 19.78 | 27.64 | 36.19 | - |
| YUV | 126.49 | 145.21 | 75.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 158 | 157 | 0.66 | 0 | 0.01 | 0.38 | 179.43 | 0.5 | 0.41 |
| Hex | 35 | 9E | 9D | 42 | 0 | 1 | 26 | B3 | 32 | 29 |
| Octal | 65 | 236 | 235 | 102 | 0 | 1 | 46 | 263 | 62 | 51 |
| Binary | 110101 | 10011110 | 10011101 | 1000010 | 0 | 1 | 100110 | 10110011 | 110010 | 101001 |
Color Harmonies of #359E9D
Complementary color
Monochromatic Colors of #359E9D
Black with #359E9D
Text Example
Text Example
White with #359E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359E9D; }
p { color: rgb(53,158,157); }
H1.HeaderClassName
{
color: #359E9D;
}
.AnyTagClassName
{
color: #359E9D;
}
</style>
background-color css
<style>
a { background-color: #359E9D; }
a { background-color: rgb(53,158,157); }
div.DivClassName
{
background-color: #359E9D;
}
.BgClassName
{
background-color: #359E9D;
}
</style>
border-color css
<style>
span { border-color: #359E9D; }
span { border-color: rgb(53,158,157); }
td.TdClassName
{
border-color: #359E9D;
}
.TagClassName
{
border-color: #359E9D;
}
</style>