Shades of Java #359F9C
Tints of Java #359F9C
RGB
CMYK
RGB Variations
Color information
#359F9C (or 0x359F9C) is known color: Java. HEX triplet: 35, 9F and 9C. RGB value is (53,159,156). Sum of RGB (Red+Green+Blue) = 53+159+156=368 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.40% from 368); Green value is 159 (62.5% from 255 or 43.21% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 159 - color contains mainly: green. Hex color #359F9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359F9C is #CA6063. Grayscale: #7E7E7E. Windows color (decimal): -13262948 or 10264373. OLE color: 10264373.
HSL color Cylindrical-coordinate representation of color #359F9C: hue angle of 178.3º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #359F9C is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 159 | 156 | - |
| CMYK | 0.67 | 0 | 0.02 | 0.38 |
| HSL | 178.3º | 0.5% | 0.42% | - |
| HSV(B) | 178.3º | 0.67% | 0.62% | - |
| XYZ | 19.87 | 27.95 | 35.8 | - |
| YUV | 126.96 | 144.38 | 75.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 159 | 156 | 0.67 | 0 | 0.02 | 0.38 | 178.3 | 0.5 | 0.42 |
| Hex | 35 | 9F | 9C | 43 | 0 | 2 | 26 | B2 | 32 | 2A |
| Octal | 65 | 237 | 234 | 103 | 0 | 2 | 46 | 262 | 62 | 52 |
| Binary | 110101 | 10011111 | 10011100 | 1000011 | 0 | 10 | 100110 | 10110010 | 110010 | 101010 |
Color Harmonies of #359F9C
Complementary color
Monochromatic Colors of #359F9C
Black with #359F9C
Text Example
Text Example
White with #359F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359F9C; }
p { color: rgb(53,159,156); }
H1.HeaderClassName
{
color: #359F9C;
}
.AnyTagClassName
{
color: #359F9C;
}
</style>
background-color css
<style>
a { background-color: #359F9C; }
a { background-color: rgb(53,159,156); }
div.DivClassName
{
background-color: #359F9C;
}
.BgClassName
{
background-color: #359F9C;
}
</style>
border-color css
<style>
span { border-color: #359F9C; }
span { border-color: rgb(53,159,156); }
td.TdClassName
{
border-color: #359F9C;
}
.TagClassName
{
border-color: #359F9C;
}
</style>