Shades of Java #349D94
Tints of Java #349D94
RGB
CMYK
RGB Variations
Color information
#349D94 (or 0x349D94) is known color: Java. HEX triplet: 34, 9D and 94. RGB value is (52,157,148). Sum of RGB (Red+Green+Blue) = 52+157+148=357 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.57% from 357); Green value is 157 (61.72% from 255 or 43.98% from 357); Blue value is 148 (58.20% from 255 or 41.46% from 357); Max value from RGB is 157 - color contains mainly: green. Hex color #349D94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349D94 is #CB626B. Grayscale: #7C7C7C. Windows color (decimal): -13329004 or 9739572. OLE color: 9739572.
HSL color Cylindrical-coordinate representation of color #349D94: hue angle of 174.86º 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 #349D94 is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 52 | 157 | 148 | - |
| CMYK | 0.67 | 0 | 0.06 | 0.38 |
| HSL | 174.86º | 0.5% | 0.41% | - |
| HSV(B) | 174.86º | 0.67% | 0.62% | - |
| XYZ | 18.82 | 26.98 | 32.23 | - |
| YUV | 124.58 | 141.21 | 76.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 157 | 148 | 0.67 | 0 | 0.06 | 0.38 | 174.86 | 0.5 | 0.41 |
| Hex | 34 | 9D | 94 | 43 | 0 | 6 | 26 | AF | 32 | 29 |
| Octal | 64 | 235 | 224 | 103 | 0 | 6 | 46 | 257 | 62 | 51 |
| Binary | 110100 | 10011101 | 10010100 | 1000011 | 0 | 110 | 100110 | 10101111 | 110010 | 101001 |
Color Harmonies of #349D94
Complementary color
Monochromatic Colors of #349D94
Black with #349D94
Text Example
Text Example
White with #349D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349D94; }
p { color: rgb(52,157,148); }
H1.HeaderClassName
{
color: #349D94;
}
.AnyTagClassName
{
color: #349D94;
}
</style>
background-color css
<style>
a { background-color: #349D94; }
a { background-color: rgb(52,157,148); }
div.DivClassName
{
background-color: #349D94;
}
.BgClassName
{
background-color: #349D94;
}
</style>
border-color css
<style>
span { border-color: #349D94; }
span { border-color: rgb(52,157,148); }
td.TdClassName
{
border-color: #349D94;
}
.TagClassName
{
border-color: #349D94;
}
</style>