Shades of Java #359C94
Tints of Java #359C94
RGB
CMYK
RGB Variations
Color information
#359C94 (or 0x359C94) is known color: Java. HEX triplet: 35, 9C and 94. RGB value is (53,156,148). Sum of RGB (Red+Green+Blue) = 53+156+148=357 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.85% from 357); Green value is 156 (61.33% from 255 or 43.70% from 357); Blue value is 148 (58.20% from 255 or 41.46% from 357); Max value from RGB is 156 - color contains mainly: green. Hex color #359C94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359C94 is #CA636B. Grayscale: #7C7C7C. Windows color (decimal): -13263724 or 9739317. OLE color: 9739317.
HSL color Cylindrical-coordinate representation of color #359C94: hue angle of 175.34º 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 #359C94 is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 53 | 156 | 148 | - |
| CMYK | 0.66 | 0 | 0.05 | 0.39 |
| HSL | 175.34º | 0.49% | 0.41% | - |
| HSV(B) | 175.34º | 0.66% | 0.61% | - |
| XYZ | 18.7 | 26.67 | 32.18 | - |
| YUV | 124.29 | 141.38 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 156 | 148 | 0.66 | 0 | 0.05 | 0.39 | 175.34 | 0.49 | 0.41 |
| Hex | 35 | 9C | 94 | 42 | 0 | 5 | 27 | AF | 31 | 29 |
| Octal | 65 | 234 | 224 | 102 | 0 | 5 | 47 | 257 | 61 | 51 |
| Binary | 110101 | 10011100 | 10010100 | 1000010 | 0 | 101 | 100111 | 10101111 | 110001 | 101001 |
Color Harmonies of #359C94
Complementary color
Monochromatic Colors of #359C94
Black with #359C94
Text Example
Text Example
White with #359C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359C94; }
p { color: rgb(53,156,148); }
H1.HeaderClassName
{
color: #359C94;
}
.AnyTagClassName
{
color: #359C94;
}
</style>
background-color css
<style>
a { background-color: #359C94; }
a { background-color: rgb(53,156,148); }
div.DivClassName
{
background-color: #359C94;
}
.BgClassName
{
background-color: #359C94;
}
</style>
border-color css
<style>
span { border-color: #359C94; }
span { border-color: rgb(53,156,148); }
td.TdClassName
{
border-color: #359C94;
}
.TagClassName
{
border-color: #359C94;
}
</style>