Shades of Java #359B9C
Tints of Java #359B9C
RGB
CMYK
RGB Variations
Color information
#359B9C (or 0x359B9C) is known color: Java. HEX triplet: 35, 9B and 9C. RGB value is (53,155,156). Sum of RGB (Red+Green+Blue) = 53+155+156=364 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.56% from 364); Green value is 155 (60.94% from 255 or 42.58% from 364); Blue value is 156 (61.33% from 255 or 42.86% from 364); Max value from RGB is 156 - color contains mainly: blue. Hex color #359B9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359B9C is #CA6463. Grayscale: #7C7C7C. Windows color (decimal): -13263972 or 10263349. OLE color: 10263349.
HSL color Cylindrical-coordinate representation of color #359B9C: hue angle of 180.58º 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 #359B9C is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 53 | 155 | 156 | - |
| CMYK | 0.66 | 0.01 | 0 | 0.39 |
| HSL | 180.58º | 0.49% | 0.41% | - |
| HSV(B) | 180.58º | 0.66% | 0.61% | - |
| XYZ | 19.19 | 26.6 | 35.58 | - |
| YUV | 124.62 | 145.71 | 76.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 155 | 156 | 0.66 | 0.01 | 0 | 0.39 | 180.58 | 0.49 | 0.41 |
| Hex | 35 | 9B | 9C | 42 | 1 | 0 | 27 | B5 | 31 | 29 |
| Octal | 65 | 233 | 234 | 102 | 1 | 0 | 47 | 265 | 61 | 51 |
| Binary | 110101 | 10011011 | 10011100 | 1000010 | 1 | 0 | 100111 | 10110101 | 110001 | 101001 |
Color Harmonies of #359B9C
Complementary color
Monochromatic Colors of #359B9C
Black with #359B9C
Text Example
Text Example
White with #359B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359B9C; }
p { color: rgb(53,155,156); }
H1.HeaderClassName
{
color: #359B9C;
}
.AnyTagClassName
{
color: #359B9C;
}
</style>
background-color css
<style>
a { background-color: #359B9C; }
a { background-color: rgb(53,155,156); }
div.DivClassName
{
background-color: #359B9C;
}
.BgClassName
{
background-color: #359B9C;
}
</style>
border-color css
<style>
span { border-color: #359B9C; }
span { border-color: rgb(53,155,156); }
td.TdClassName
{
border-color: #359B9C;
}
.TagClassName
{
border-color: #359B9C;
}
</style>