Shades of Java #35A5A3
Tints of Java #35A5A3
RGB
CMYK
RGB Variations
Color information
#35A5A3 (or 0x35A5A3) is known color: Java. HEX triplet: 35, A5 and A3. RGB value is (53,165,163). Sum of RGB (Red+Green+Blue) = 53+165+163=381 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.91% from 381); Green value is 165 (64.84% from 255 or 43.31% from 381); Blue value is 163 (64.06% from 255 or 42.78% from 381); Max value from RGB is 165 - color contains mainly: green. Hex color #35A5A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35A5A3 is #CA5A5C. Grayscale: #838383. Windows color (decimal): -13261405 or 10724661. OLE color: 10724661.
HSL color Cylindrical-coordinate representation of color #35A5A3: hue angle of 178.93º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #35A5A3 is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 53 | 165 | 163 | - |
| CMYK | 0.68 | 0 | 0.01 | 0.35 |
| HSL | 178.93º | 0.51% | 0.43% | - |
| HSV(B) | 178.93º | 0.68% | 0.65% | - |
| XYZ | 21.53 | 30.31 | 39.37 | - |
| YUV | 131.28 | 145.89 | 72.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 165 | 163 | 0.68 | 0 | 0.01 | 0.35 | 178.93 | 0.51 | 0.43 |
| Hex | 35 | A5 | A3 | 44 | 0 | 1 | 23 | B3 | 33 | 2B |
| Octal | 65 | 245 | 243 | 104 | 0 | 1 | 43 | 263 | 63 | 53 |
| Binary | 110101 | 10100101 | 10100011 | 1000100 | 0 | 1 | 100011 | 10110011 | 110011 | 101011 |
Color Harmonies of #35A5A3
Complementary color
Monochromatic Colors of #35A5A3
Black with #35A5A3
Text Example
Text Example
White with #35A5A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35A5A3; }
p { color: rgb(53,165,163); }
H1.HeaderClassName
{
color: #35A5A3;
}
.AnyTagClassName
{
color: #35A5A3;
}
</style>
background-color css
<style>
a { background-color: #35A5A3; }
a { background-color: rgb(53,165,163); }
div.DivClassName
{
background-color: #35A5A3;
}
.BgClassName
{
background-color: #35A5A3;
}
</style>
border-color css
<style>
span { border-color: #35A5A3; }
span { border-color: rgb(53,165,163); }
td.TdClassName
{
border-color: #35A5A3;
}
.TagClassName
{
border-color: #35A5A3;
}
</style>