Shades of Java #349699
Tints of Java #349699
RGB
CMYK
RGB Variations
Color information
#349699 (or 0x349699) is known color: Java. HEX triplet: 34, 96 and 99. RGB value is (52,150,153). Sum of RGB (Red+Green+Blue) = 52+150+153=355 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.65% from 355); Green value is 150 (58.98% from 255 or 42.25% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 153 - color contains mainly: blue. Hex color #349699 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349699 is #CB6966. Grayscale: #787878. Windows color (decimal): -13330791 or 10065460. OLE color: 10065460.
HSL color Cylindrical-coordinate representation of color #349699: hue angle of 181.78º degrees, saturation: 0.49, 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 #349699 is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 52 | 150 | 153 | - |
| CMYK | 0.66 | 0.02 | 0 | 0.4 |
| HSL | 181.78º | 0.49% | 0.4% | - |
| HSV(B) | 181.78º | 0.66% | 0.6% | - |
| XYZ | 18.07 | 24.84 | 33.98 | - |
| YUV | 121.04 | 146.03 | 78.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 150 | 153 | 0.66 | 0.02 | 0 | 0.4 | 181.78 | 0.49 | 0.4 |
| Hex | 34 | 96 | 99 | 42 | 2 | 0 | 28 | B6 | 31 | 28 |
| Octal | 64 | 226 | 231 | 102 | 2 | 0 | 50 | 266 | 61 | 50 |
| Binary | 110100 | 10010110 | 10011001 | 1000010 | 10 | 0 | 101000 | 10110110 | 110001 | 101000 |
Color Harmonies of #349699
Complementary color
Monochromatic Colors of #349699
Black with #349699
Text Example
Text Example
White with #349699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349699; }
p { color: rgb(52,150,153); }
H1.HeaderClassName
{
color: #349699;
}
.AnyTagClassName
{
color: #349699;
}
</style>
background-color css
<style>
a { background-color: #349699; }
a { background-color: rgb(52,150,153); }
div.DivClassName
{
background-color: #349699;
}
.BgClassName
{
background-color: #349699;
}
</style>
border-color css
<style>
span { border-color: #349699; }
span { border-color: rgb(52,150,153); }
td.TdClassName
{
border-color: #349699;
}
.TagClassName
{
border-color: #349699;
}
</style>