Shades of Java #349D95
Tints of Java #349D95
RGB
CMYK
RGB Variations
Color information
#349D95 (or 0x349D95) is known color: Java. HEX triplet: 34, 9D and 95. RGB value is (52,157,149). Sum of RGB (Red+Green+Blue) = 52+157+149=358 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.53% from 358); Green value is 157 (61.72% from 255 or 43.85% from 358); Blue value is 149 (58.59% from 255 or 41.62% from 358); Max value from RGB is 157 - color contains mainly: green. Hex color #349D95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349D95 is #CB626A. Grayscale: #7C7C7C. Windows color (decimal): -13329003 or 9805108. OLE color: 9805108.
HSL color Cylindrical-coordinate representation of color #349D95: hue angle of 175.43º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #349D95 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 157 | 149 | - |
| CMYK | 0.67 | 0 | 0.05 | 0.38 |
| HSL | 175.43º | 0.5% | 0.41% | - |
| HSV(B) | 175.43º | 0.67% | 0.62% | - |
| XYZ | 18.9 | 27.01 | 32.65 | - |
| YUV | 124.69 | 141.71 | 76.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 157 | 149 | 0.67 | 0 | 0.05 | 0.38 | 175.43 | 0.5 | 0.41 |
| Hex | 34 | 9D | 95 | 43 | 0 | 5 | 26 | AF | 32 | 29 |
| Octal | 64 | 235 | 225 | 103 | 0 | 5 | 46 | 257 | 62 | 51 |
| Binary | 110100 | 10011101 | 10010101 | 1000011 | 0 | 101 | 100110 | 10101111 | 110010 | 101001 |
Color Harmonies of #349D95
Complementary color
Monochromatic Colors of #349D95
Black with #349D95
Text Example
Text Example
White with #349D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349D95; }
p { color: rgb(52,157,149); }
H1.HeaderClassName
{
color: #349D95;
}
.AnyTagClassName
{
color: #349D95;
}
</style>
background-color css
<style>
a { background-color: #349D95; }
a { background-color: rgb(52,157,149); }
div.DivClassName
{
background-color: #349D95;
}
.BgClassName
{
background-color: #349D95;
}
</style>
border-color css
<style>
span { border-color: #349D95; }
span { border-color: rgb(52,157,149); }
td.TdClassName
{
border-color: #349D95;
}
.TagClassName
{
border-color: #349D95;
}
</style>