Shades of Java #349A93
Tints of Java #349A93
RGB
CMYK
RGB Variations
Color information
#349A93 (or 0x349A93) is known color: Java. HEX triplet: 34, 9A and 93. RGB value is (52,154,147). Sum of RGB (Red+Green+Blue) = 52+154+147=353 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.73% from 353); Green value is 154 (60.55% from 255 or 43.63% from 353); Blue value is 147 (57.81% from 255 or 41.64% from 353); Max value from RGB is 154 - color contains mainly: green. Hex color #349A93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349A93 is #CB656C. Grayscale: #7A7A7A. Windows color (decimal): -13329773 or 9673268. OLE color: 9673268.
HSL color Cylindrical-coordinate representation of color #349A93: hue angle of 175.88º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349A93 is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 52 | 154 | 147 | - |
| CMYK | 0.66 | 0 | 0.05 | 0.40 |
| HSL | 175.88º | 0.5% | 0.4% | - |
| HSV(B) | 175.88º | 0.66% | 0.6% | - |
| XYZ | 18.24 | 25.95 | 31.65 | - |
| YUV | 122.7 | 141.71 | 77.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 154 | 147 | 0.66 | 0 | 0.05 | 0.40 | 175.88 | 0.5 | 0.4 |
| Hex | 34 | 9A | 93 | 42 | 0 | 5 | 28 | B0 | 32 | 28 |
| Octal | 64 | 232 | 223 | 102 | 0 | 5 | 50 | 260 | 62 | 50 |
| Binary | 110100 | 10011010 | 10010011 | 1000010 | 0 | 101 | 101000 | 10110000 | 110010 | 101000 |
Color Harmonies of #349A93
Complementary color
Monochromatic Colors of #349A93
Black with #349A93
Text Example
Text Example
White with #349A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349A93; }
p { color: rgb(52,154,147); }
H1.HeaderClassName
{
color: #349A93;
}
.AnyTagClassName
{
color: #349A93;
}
</style>
background-color css
<style>
a { background-color: #349A93; }
a { background-color: rgb(52,154,147); }
div.DivClassName
{
background-color: #349A93;
}
.BgClassName
{
background-color: #349A93;
}
</style>
border-color css
<style>
span { border-color: #349A93; }
span { border-color: rgb(52,154,147); }
td.TdClassName
{
border-color: #349A93;
}
.TagClassName
{
border-color: #349A93;
}
</style>