Shades of Java #359C96
Tints of Java #359C96
RGB
CMYK
RGB Variations
Color information
#359C96 (or 0x359C96) is known color: Java. HEX triplet: 35, 9C and 96. RGB value is (53,156,150). Sum of RGB (Red+Green+Blue) = 53+156+150=359 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.76% from 359); Green value is 156 (61.33% from 255 or 43.45% from 359); Blue value is 150 (58.98% from 255 or 41.78% from 359); Max value from RGB is 156 - color contains mainly: green. Hex color #359C96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359C96 is #CA6369. Grayscale: #7C7C7C. Windows color (decimal): -13263722 or 9870389. OLE color: 9870389.
HSL color Cylindrical-coordinate representation of color #359C96: hue angle of 176.5º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359C96 is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 53 | 156 | 150 | - |
| CMYK | 0.66 | 0 | 0.04 | 0.39 |
| HSL | 176.5º | 0.49% | 0.41% | - |
| HSV(B) | 176.5º | 0.66% | 0.61% | - |
| XYZ | 18.86 | 26.74 | 33.02 | - |
| YUV | 124.52 | 142.38 | 76.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 156 | 150 | 0.66 | 0 | 0.04 | 0.39 | 176.5 | 0.49 | 0.41 |
| Hex | 35 | 9C | 96 | 42 | 0 | 4 | 27 | B1 | 31 | 29 |
| Octal | 65 | 234 | 226 | 102 | 0 | 4 | 47 | 261 | 61 | 51 |
| Binary | 110101 | 10011100 | 10010110 | 1000010 | 0 | 100 | 100111 | 10110001 | 110001 | 101001 |
Color Harmonies of #359C96
Complementary color
Monochromatic Colors of #359C96
Black with #359C96
Text Example
Text Example
White with #359C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359C96; }
p { color: rgb(53,156,150); }
H1.HeaderClassName
{
color: #359C96;
}
.AnyTagClassName
{
color: #359C96;
}
</style>
background-color css
<style>
a { background-color: #359C96; }
a { background-color: rgb(53,156,150); }
div.DivClassName
{
background-color: #359C96;
}
.BgClassName
{
background-color: #359C96;
}
</style>
border-color css
<style>
span { border-color: #359C96; }
span { border-color: rgb(53,156,150); }
td.TdClassName
{
border-color: #359C96;
}
.TagClassName
{
border-color: #359C96;
}
</style>