Shades of Java #349D9F
Tints of Java #349D9F
RGB
CMYK
RGB Variations
Color information
#349D9F (or 0x349D9F) is known color: Java. HEX triplet: 34, 9D and 9F. RGB value is (52,157,159). Sum of RGB (Red+Green+Blue) = 52+157+159=368 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.13% from 368); Green value is 157 (61.72% from 255 or 42.66% from 368); Blue value is 159 (62.5% from 255 or 43.21% from 368); Max value from RGB is 159 - color contains mainly: blue. Hex color #349D9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349D9F is #CB6260. Grayscale: #7D7D7D. Windows color (decimal): -13328993 or 10460468. OLE color: 10460468.
HSL color Cylindrical-coordinate representation of color #349D9F: hue angle of 181.12º degrees, saturation: 0.51, 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 #349D9F is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 157 | 159 | - |
| CMYK | 0.67 | 0.01 | 0 | 0.38 |
| HSL | 181.12º | 0.51% | 0.41% | - |
| HSV(B) | 181.12º | 0.67% | 0.62% | - |
| XYZ | 19.73 | 27.35 | 37.04 | - |
| YUV | 125.83 | 146.71 | 75.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 157 | 159 | 0.67 | 0.01 | 0 | 0.38 | 181.12 | 0.51 | 0.41 |
| Hex | 34 | 9D | 9F | 43 | 1 | 0 | 26 | B5 | 33 | 29 |
| Octal | 64 | 235 | 237 | 103 | 1 | 0 | 46 | 265 | 63 | 51 |
| Binary | 110100 | 10011101 | 10011111 | 1000011 | 1 | 0 | 100110 | 10110101 | 110011 | 101001 |
Color Harmonies of #349D9F
Complementary color
Monochromatic Colors of #349D9F
Black with #349D9F
Text Example
Text Example
White with #349D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349D9F; }
p { color: rgb(52,157,159); }
H1.HeaderClassName
{
color: #349D9F;
}
.AnyTagClassName
{
color: #349D9F;
}
</style>
background-color css
<style>
a { background-color: #349D9F; }
a { background-color: rgb(52,157,159); }
div.DivClassName
{
background-color: #349D9F;
}
.BgClassName
{
background-color: #349D9F;
}
</style>
border-color css
<style>
span { border-color: #349D9F; }
span { border-color: rgb(52,157,159); }
td.TdClassName
{
border-color: #349D9F;
}
.TagClassName
{
border-color: #349D9F;
}
</style>