Shades of Java #359B9B
Tints of Java #359B9B
RGB
CMYK
RGB Variations
Color information
#359B9B (or 0x359B9B) is known color: Java. HEX triplet: 35, 9B and 9B. RGB value is (53,155,155). Sum of RGB (Red+Green+Blue) = 53+155+155=363 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.60% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 155 - color contains mainly: green, blue. Hex color #359B9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359B9B is #CA6464. Grayscale: #7C7C7C. Windows color (decimal): -13263973 or 10197813. OLE color: 10197813.
HSL color Cylindrical-coordinate representation of color #359B9B: hue angle of 180º 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 #359B9B is Cyan = 0.66, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 53 | 155 | 155 | - |
| CMYK | 0.66 | 0 | 0 | 0.39 |
| HSL | 180º | 0.49% | 0.41% | - |
| HSV(B) | 180º | 0.66% | 0.61% | - |
| XYZ | 19.11 | 26.57 | 35.13 | - |
| YUV | 124.5 | 145.21 | 77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 155 | 155 | 0.66 | 0 | 0 | 0.39 | 180 | 0.49 | 0.41 |
| Hex | 35 | 9B | 9B | 42 | 0 | 0 | 27 | B4 | 31 | 29 |
| Octal | 65 | 233 | 233 | 102 | 0 | 0 | 47 | 264 | 61 | 51 |
| Binary | 110101 | 10011011 | 10011011 | 1000010 | 0 | 0 | 100111 | 10110100 | 110001 | 101001 |
Color Harmonies of #359B9B
Complementary color
Monochromatic Colors of #359B9B
Black with #359B9B
Text Example
Text Example
White with #359B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359B9B; }
p { color: rgb(53,155,155); }
H1.HeaderClassName
{
color: #359B9B;
}
.AnyTagClassName
{
color: #359B9B;
}
</style>
background-color css
<style>
a { background-color: #359B9B; }
a { background-color: rgb(53,155,155); }
div.DivClassName
{
background-color: #359B9B;
}
.BgClassName
{
background-color: #359B9B;
}
</style>
border-color css
<style>
span { border-color: #359B9B; }
span { border-color: rgb(53,155,155); }
td.TdClassName
{
border-color: #359B9B;
}
.TagClassName
{
border-color: #359B9B;
}
</style>