Shades of Java #349797
Tints of Java #349797
RGB
CMYK
RGB Variations
Color information
#349797 (or 0x349797) is known color: Java. HEX triplet: 34, 97 and 97. RGB value is (52,151,151). Sum of RGB (Red+Green+Blue) = 52+151+151=354 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.69% from 354); Green value is 151 (59.38% from 255 or 42.66% from 354); Blue value is 151 (59.38% from 255 or 42.66% from 354); Max value from RGB is 151 - color contains mainly: green, blue. Hex color #349797 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349797 is #CB6868. Grayscale: #797979. Windows color (decimal): -13330537 or 9934644. OLE color: 9934644.
HSL color Cylindrical-coordinate representation of color #349797: hue angle of 180º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349797 is Cyan = 0.66, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 52 | 151 | 151 | - |
| CMYK | 0.66 | 0 | 0 | 0.41 |
| HSL | 180º | 0.49% | 0.4% | - |
| HSV(B) | 180º | 0.66% | 0.59% | - |
| XYZ | 18.07 | 25.1 | 33.17 | - |
| YUV | 121.4 | 144.7 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 151 | 151 | 0.66 | 0 | 0 | 0.41 | 180 | 0.49 | 0.4 |
| Hex | 34 | 97 | 97 | 42 | 0 | 0 | 29 | B4 | 31 | 28 |
| Octal | 64 | 227 | 227 | 102 | 0 | 0 | 51 | 264 | 61 | 50 |
| Binary | 110100 | 10010111 | 10010111 | 1000010 | 0 | 0 | 101001 | 10110100 | 110001 | 101000 |
Color Harmonies of #349797
Complementary color
Monochromatic Colors of #349797
Black with #349797
Text Example
Text Example
White with #349797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349797; }
p { color: rgb(52,151,151); }
H1.HeaderClassName
{
color: #349797;
}
.AnyTagClassName
{
color: #349797;
}
</style>
background-color css
<style>
a { background-color: #349797; }
a { background-color: rgb(52,151,151); }
div.DivClassName
{
background-color: #349797;
}
.BgClassName
{
background-color: #349797;
}
</style>
border-color css
<style>
span { border-color: #349797; }
span { border-color: rgb(52,151,151); }
td.TdClassName
{
border-color: #349797;
}
.TagClassName
{
border-color: #349797;
}
</style>