Shades of Java #359C9D
Tints of Java #359C9D
RGB
CMYK
RGB Variations
Color information
#359C9D (or 0x359C9D) is known color: Java. HEX triplet: 35, 9C and 9D. RGB value is (53,156,157). Sum of RGB (Red+Green+Blue) = 53+156+157=366 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.48% from 366); Green value is 156 (61.33% from 255 or 42.62% from 366); Blue value is 157 (61.72% from 255 or 42.90% from 366); Max value from RGB is 157 - color contains mainly: blue. Hex color #359C9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359C9D is #CA6362. Grayscale: #7D7D7D. Windows color (decimal): -13263715 or 10329141. OLE color: 10329141.
HSL color Cylindrical-coordinate representation of color #359C9D: hue angle of 180.58º 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 #359C9D is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 156 | 157 | - |
| CMYK | 0.66 | 0.01 | 0 | 0.38 |
| HSL | 180.58º | 0.5% | 0.41% | - |
| HSV(B) | 180.58º | 0.66% | 0.62% | - |
| XYZ | 19.44 | 26.97 | 36.08 | - |
| YUV | 125.32 | 145.88 | 76.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 156 | 157 | 0.66 | 0.01 | 0 | 0.38 | 180.58 | 0.5 | 0.41 |
| Hex | 35 | 9C | 9D | 42 | 1 | 0 | 26 | B5 | 32 | 29 |
| Octal | 65 | 234 | 235 | 102 | 1 | 0 | 46 | 265 | 62 | 51 |
| Binary | 110101 | 10011100 | 10011101 | 1000010 | 1 | 0 | 100110 | 10110101 | 110010 | 101001 |
Color Harmonies of #359C9D
Complementary color
Monochromatic Colors of #359C9D
Black with #359C9D
Text Example
Text Example
White with #359C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359C9D; }
p { color: rgb(53,156,157); }
H1.HeaderClassName
{
color: #359C9D;
}
.AnyTagClassName
{
color: #359C9D;
}
</style>
background-color css
<style>
a { background-color: #359C9D; }
a { background-color: rgb(53,156,157); }
div.DivClassName
{
background-color: #359C9D;
}
.BgClassName
{
background-color: #359C9D;
}
</style>
border-color css
<style>
span { border-color: #359C9D; }
span { border-color: rgb(53,156,157); }
td.TdClassName
{
border-color: #359C9D;
}
.TagClassName
{
border-color: #359C9D;
}
</style>