Shades of Java #36A5A3
Tints of Java #36A5A3
RGB
CMYK
RGB Variations
Color information
#36A5A3 (or 0x36A5A3) is known color: Java. HEX triplet: 36, A5 and A3. RGB value is (54,165,163). Sum of RGB (Red+Green+Blue) = 54+165+163=382 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.14% from 382); Green value is 165 (64.84% from 255 or 43.19% from 382); Blue value is 163 (64.06% from 255 or 42.67% from 382); Max value from RGB is 165 - color contains mainly: green. Hex color #36A5A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36A5A3 is #C95A5C. Grayscale: #838383. Windows color (decimal): -13195869 or 10724662. OLE color: 10724662.
HSL color Cylindrical-coordinate representation of color #36A5A3: hue angle of 178.92º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #36A5A3 is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 54 | 165 | 163 | - |
| CMYK | 0.67 | 0 | 0.01 | 0.35 |
| HSL | 178.92º | 0.51% | 0.43% | - |
| HSV(B) | 178.92º | 0.67% | 0.65% | - |
| XYZ | 21.59 | 30.34 | 39.37 | - |
| YUV | 131.58 | 145.73 | 72.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 165 | 163 | 0.67 | 0 | 0.01 | 0.35 | 178.92 | 0.51 | 0.43 |
| Hex | 36 | A5 | A3 | 43 | 0 | 1 | 23 | B3 | 33 | 2B |
| Octal | 66 | 245 | 243 | 103 | 0 | 1 | 43 | 263 | 63 | 53 |
| Binary | 110110 | 10100101 | 10100011 | 1000011 | 0 | 1 | 100011 | 10110011 | 110011 | 101011 |
Color Harmonies of #36A5A3
Complementary color
Monochromatic Colors of #36A5A3
Black with #36A5A3
Text Example
Text Example
White with #36A5A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36A5A3; }
p { color: rgb(54,165,163); }
H1.HeaderClassName
{
color: #36A5A3;
}
.AnyTagClassName
{
color: #36A5A3;
}
</style>
background-color css
<style>
a { background-color: #36A5A3; }
a { background-color: rgb(54,165,163); }
div.DivClassName
{
background-color: #36A5A3;
}
.BgClassName
{
background-color: #36A5A3;
}
</style>
border-color css
<style>
span { border-color: #36A5A3; }
span { border-color: rgb(54,165,163); }
td.TdClassName
{
border-color: #36A5A3;
}
.TagClassName
{
border-color: #36A5A3;
}
</style>