Shades of Java #349995
Tints of Java #349995
RGB
CMYK
RGB Variations
Color information
#349995 (or 0x349995) is known color: Java. HEX triplet: 34, 99 and 95. RGB value is (52,153,149). Sum of RGB (Red+Green+Blue) = 52+153+149=354 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.69% from 354); Green value is 153 (60.16% from 255 or 43.22% from 354); Blue value is 149 (58.59% from 255 or 42.09% from 354); Max value from RGB is 153 - color contains mainly: green. Hex color #349995 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349995 is #CB666A. Grayscale: #7A7A7A. Windows color (decimal): -13330027 or 9804084. OLE color: 9804084.
HSL color Cylindrical-coordinate representation of color #349995: hue angle of 177.62º 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 #349995 is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 52 | 153 | 149 | - |
| CMYK | 0.66 | 0 | 0.03 | 0.4 |
| HSL | 177.62º | 0.49% | 0.4% | - |
| HSV(B) | 177.62º | 0.66% | 0.6% | - |
| XYZ | 18.23 | 25.68 | 32.43 | - |
| YUV | 122.35 | 143.04 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 153 | 149 | 0.66 | 0 | 0.03 | 0.4 | 177.62 | 0.49 | 0.4 |
| Hex | 34 | 99 | 95 | 42 | 0 | 3 | 28 | B2 | 31 | 28 |
| Octal | 64 | 231 | 225 | 102 | 0 | 3 | 50 | 262 | 61 | 50 |
| Binary | 110100 | 10011001 | 10010101 | 1000010 | 0 | 11 | 101000 | 10110010 | 110001 | 101000 |
Color Harmonies of #349995
Complementary color
Monochromatic Colors of #349995
Black with #349995
Text Example
Text Example
White with #349995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349995; }
p { color: rgb(52,153,149); }
H1.HeaderClassName
{
color: #349995;
}
.AnyTagClassName
{
color: #349995;
}
</style>
background-color css
<style>
a { background-color: #349995; }
a { background-color: rgb(52,153,149); }
div.DivClassName
{
background-color: #349995;
}
.BgClassName
{
background-color: #349995;
}
</style>
border-color css
<style>
span { border-color: #349995; }
span { border-color: rgb(52,153,149); }
td.TdClassName
{
border-color: #349995;
}
.TagClassName
{
border-color: #349995;
}
</style>