Shades of Java #349897
Tints of Java #349897
RGB
CMYK
RGB Variations
Color information
#349897 (or 0x349897) is known color: Java. HEX triplet: 34, 98 and 97. RGB value is (52,152,151). Sum of RGB (Red+Green+Blue) = 52+152+151=355 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.65% from 355); Green value is 152 (59.77% from 255 or 42.82% from 355); Blue value is 151 (59.38% from 255 or 42.54% from 355); Max value from RGB is 152 - color contains mainly: green. Hex color #349897 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349897 is #CB6768. Grayscale: #797979. Windows color (decimal): -13330281 or 9934900. OLE color: 9934900.
HSL color Cylindrical-coordinate representation of color #349897: hue angle of 179.4º 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 #349897 is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 52 | 152 | 151 | - |
| CMYK | 0.66 | 0 | 0.01 | 0.40 |
| HSL | 179.4º | 0.49% | 0.4% | - |
| HSV(B) | 179.4º | 0.66% | 0.6% | - |
| XYZ | 18.23 | 25.42 | 33.22 | - |
| YUV | 121.99 | 144.37 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 152 | 151 | 0.66 | 0 | 0.01 | 0.40 | 179.4 | 0.49 | 0.4 |
| Hex | 34 | 98 | 97 | 42 | 0 | 1 | 28 | B3 | 31 | 28 |
| Octal | 64 | 230 | 227 | 102 | 0 | 1 | 50 | 263 | 61 | 50 |
| Binary | 110100 | 10011000 | 10010111 | 1000010 | 0 | 1 | 101000 | 10110011 | 110001 | 101000 |
Color Harmonies of #349897
Complementary color
Monochromatic Colors of #349897
Black with #349897
Text Example
Text Example
White with #349897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349897; }
p { color: rgb(52,152,151); }
H1.HeaderClassName
{
color: #349897;
}
.AnyTagClassName
{
color: #349897;
}
</style>
background-color css
<style>
a { background-color: #349897; }
a { background-color: rgb(52,152,151); }
div.DivClassName
{
background-color: #349897;
}
.BgClassName
{
background-color: #349897;
}
</style>
border-color css
<style>
span { border-color: #349897; }
span { border-color: rgb(52,152,151); }
td.TdClassName
{
border-color: #349897;
}
.TagClassName
{
border-color: #349897;
}
</style>