Shades of Java #3BA4A2
Tints of Java #3BA4A2
RGB
CMYK
RGB Variations
Color information
#3BA4A2 (or 0x3BA4A2) is known color: Java. HEX triplet: 3B, A4 and A2. RGB value is (59,164,162). Sum of RGB (Red+Green+Blue) = 59+164+162=385 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.32% from 385); Green value is 164 (64.45% from 255 or 42.60% from 385); Blue value is 162 (63.67% from 255 or 42.08% from 385); Max value from RGB is 164 - color contains mainly: green. Hex color #3BA4A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA4A2 is #C45B5D. Grayscale: #848484. Windows color (decimal): -12868446 or 10658875. OLE color: 10658875.
HSL color Cylindrical-coordinate representation of color #3BA4A2: hue angle of 178.86º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3BA4A2 is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 59 | 164 | 162 | - |
| CMYK | 0.64 | 0 | 0.01 | 0.36 |
| HSL | 178.86º | 0.47% | 0.44% | - |
| HSV(B) | 178.86º | 0.64% | 0.64% | - |
| XYZ | 21.6 | 30.09 | 38.85 | - |
| YUV | 132.38 | 144.71 | 75.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 164 | 162 | 0.64 | 0 | 0.01 | 0.36 | 178.86 | 0.47 | 0.44 |
| Hex | 3B | A4 | A2 | 40 | 0 | 1 | 24 | B3 | 2F | 2C |
| Octal | 73 | 244 | 242 | 100 | 0 | 1 | 44 | 263 | 57 | 54 |
| Binary | 111011 | 10100100 | 10100010 | 1000000 | 0 | 1 | 100100 | 10110011 | 101111 | 101100 |
Color Harmonies of #3BA4A2
Complementary color
Monochromatic Colors of #3BA4A2
Black with #3BA4A2
Text Example
Text Example
White with #3BA4A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA4A2; }
p { color: rgb(59,164,162); }
H1.HeaderClassName
{
color: #3BA4A2;
}
.AnyTagClassName
{
color: #3BA4A2;
}
</style>
background-color css
<style>
a { background-color: #3BA4A2; }
a { background-color: rgb(59,164,162); }
div.DivClassName
{
background-color: #3BA4A2;
}
.BgClassName
{
background-color: #3BA4A2;
}
</style>
border-color css
<style>
span { border-color: #3BA4A2; }
span { border-color: rgb(59,164,162); }
td.TdClassName
{
border-color: #3BA4A2;
}
.TagClassName
{
border-color: #3BA4A2;
}
</style>