Shades of Java #349C9A
Tints of Java #349C9A
RGB
CMYK
RGB Variations
Color information
#349C9A (or 0x349C9A) is known color: Java. HEX triplet: 34, 9C and 9A. RGB value is (52,156,154). Sum of RGB (Red+Green+Blue) = 52+156+154=362 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.36% from 362); Green value is 156 (61.33% from 255 or 43.09% from 362); Blue value is 154 (60.55% from 255 or 42.54% from 362); Max value from RGB is 156 - color contains mainly: green. Hex color #349C9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349C9A is #CB6365. Grayscale: #7C7C7C. Windows color (decimal): -13329254 or 10132532. OLE color: 10132532.
HSL color Cylindrical-coordinate representation of color #349C9A: hue angle of 178.85º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #349C9A is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 156 | 154 | - |
| CMYK | 0.67 | 0 | 0.01 | 0.39 |
| HSL | 178.85º | 0.5% | 0.41% | - |
| HSV(B) | 178.85º | 0.67% | 0.61% | - |
| XYZ | 19.14 | 26.84 | 34.74 | - |
| YUV | 124.68 | 144.54 | 76.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 156 | 154 | 0.67 | 0 | 0.01 | 0.39 | 178.85 | 0.5 | 0.41 |
| Hex | 34 | 9C | 9A | 43 | 0 | 1 | 27 | B3 | 32 | 29 |
| Octal | 64 | 234 | 232 | 103 | 0 | 1 | 47 | 263 | 62 | 51 |
| Binary | 110100 | 10011100 | 10011010 | 1000011 | 0 | 1 | 100111 | 10110011 | 110010 | 101001 |
Color Harmonies of #349C9A
Complementary color
Monochromatic Colors of #349C9A
Black with #349C9A
Text Example
Text Example
White with #349C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349C9A; }
p { color: rgb(52,156,154); }
H1.HeaderClassName
{
color: #349C9A;
}
.AnyTagClassName
{
color: #349C9A;
}
</style>
background-color css
<style>
a { background-color: #349C9A; }
a { background-color: rgb(52,156,154); }
div.DivClassName
{
background-color: #349C9A;
}
.BgClassName
{
background-color: #349C9A;
}
</style>
border-color css
<style>
span { border-color: #349C9A; }
span { border-color: rgb(52,156,154); }
td.TdClassName
{
border-color: #349C9A;
}
.TagClassName
{
border-color: #349C9A;
}
</style>