Shades of Java #349598
Tints of Java #349598
RGB
CMYK
RGB Variations
Color information
#349598 (or 0x349598) is known color: Java. HEX triplet: 34, 95 and 98. RGB value is (52,149,152). Sum of RGB (Red+Green+Blue) = 52+149+152=353 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.73% from 353); Green value is 149 (58.59% from 255 or 42.21% from 353); Blue value is 152 (59.77% from 255 or 43.06% from 353); Max value from RGB is 152 - color contains mainly: blue. Hex color #349598 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349598 is #CB6A67. Grayscale: #787878. Windows color (decimal): -13331048 or 9999668. OLE color: 9999668.
HSL color Cylindrical-coordinate representation of color #349598: hue angle of 181.8º 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 #349598 is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 52 | 149 | 152 | - |
| CMYK | 0.66 | 0.02 | 0 | 0.40 |
| HSL | 181.8º | 0.49% | 0.4% | - |
| HSV(B) | 181.8º | 0.66% | 0.6% | - |
| XYZ | 17.83 | 24.49 | 33.49 | - |
| YUV | 120.34 | 145.86 | 79.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 149 | 152 | 0.66 | 0.02 | 0 | 0.40 | 181.8 | 0.49 | 0.4 |
| Hex | 34 | 95 | 98 | 42 | 2 | 0 | 28 | B6 | 31 | 28 |
| Octal | 64 | 225 | 230 | 102 | 2 | 0 | 50 | 266 | 61 | 50 |
| Binary | 110100 | 10010101 | 10011000 | 1000010 | 10 | 0 | 101000 | 10110110 | 110001 | 101000 |
Color Harmonies of #349598
Complementary color
Monochromatic Colors of #349598
Black with #349598
Text Example
Text Example
White with #349598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349598; }
p { color: rgb(52,149,152); }
H1.HeaderClassName
{
color: #349598;
}
.AnyTagClassName
{
color: #349598;
}
</style>
background-color css
<style>
a { background-color: #349598; }
a { background-color: rgb(52,149,152); }
div.DivClassName
{
background-color: #349598;
}
.BgClassName
{
background-color: #349598;
}
</style>
border-color css
<style>
span { border-color: #349598; }
span { border-color: rgb(52,149,152); }
td.TdClassName
{
border-color: #349598;
}
.TagClassName
{
border-color: #349598;
}
</style>