Shades of Java #349698
Tints of Java #349698
RGB
CMYK
RGB Variations
Color information
#349698 (or 0x349698) is known color: Java. HEX triplet: 34, 96 and 98. RGB value is (52,150,152). Sum of RGB (Red+Green+Blue) = 52+150+152=354 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.69% from 354); Green value is 150 (58.98% from 255 or 42.37% from 354); Blue value is 152 (59.77% from 255 or 42.94% from 354); Max value from RGB is 152 - color contains mainly: blue. Hex color #349698 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349698 is #CB6967. Grayscale: #787878. Windows color (decimal): -13330792 or 9999924. OLE color: 9999924.
HSL color Cylindrical-coordinate representation of color #349698: hue angle of 181.2º 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 #349698 is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 52 | 150 | 152 | - |
| CMYK | 0.66 | 0.01 | 0 | 0.40 |
| HSL | 181.2º | 0.49% | 0.4% | - |
| HSV(B) | 181.2º | 0.66% | 0.6% | - |
| XYZ | 17.99 | 24.81 | 33.55 | - |
| YUV | 120.93 | 145.53 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 150 | 152 | 0.66 | 0.01 | 0 | 0.40 | 181.2 | 0.49 | 0.4 |
| Hex | 34 | 96 | 98 | 42 | 1 | 0 | 28 | B5 | 31 | 28 |
| Octal | 64 | 226 | 230 | 102 | 1 | 0 | 50 | 265 | 61 | 50 |
| Binary | 110100 | 10010110 | 10011000 | 1000010 | 1 | 0 | 101000 | 10110101 | 110001 | 101000 |
Color Harmonies of #349698
Complementary color
Monochromatic Colors of #349698
Black with #349698
Text Example
Text Example
White with #349698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349698; }
p { color: rgb(52,150,152); }
H1.HeaderClassName
{
color: #349698;
}
.AnyTagClassName
{
color: #349698;
}
</style>
background-color css
<style>
a { background-color: #349698; }
a { background-color: rgb(52,150,152); }
div.DivClassName
{
background-color: #349698;
}
.BgClassName
{
background-color: #349698;
}
</style>
border-color css
<style>
span { border-color: #349698; }
span { border-color: rgb(52,150,152); }
td.TdClassName
{
border-color: #349698;
}
.TagClassName
{
border-color: #349698;
}
</style>