Shades of Java #349EA1
Tints of Java #349EA1
RGB
CMYK
RGB Variations
Color information
#349EA1 (or 0x349EA1) is known color: Java. HEX triplet: 34, 9E and A1. RGB value is (52,158,161). Sum of RGB (Red+Green+Blue) = 52+158+161=371 (49% of max value = 765). Red value is 52 (20.70% from 255 or 14.02% from 371); Green value is 158 (62.11% from 255 or 42.59% from 371); Blue value is 161 (63.28% from 255 or 43.40% from 371); Max value from RGB is 161 - color contains mainly: blue. Hex color #349EA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349EA1 is #CB615E. Grayscale: #7E7E7E. Windows color (decimal): -13328735 or 10591796. OLE color: 10591796.
HSL color Cylindrical-coordinate representation of color #349EA1: hue angle of 181.65º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #349EA1 is Cyan = 0.68, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 52 | 158 | 161 | - |
| CMYK | 0.68 | 0.02 | 0 | 0.37 |
| HSL | 181.65º | 0.51% | 0.42% | - |
| HSV(B) | 181.65º | 0.68% | 0.63% | - |
| XYZ | 20.08 | 27.76 | 38.02 | - |
| YUV | 126.65 | 147.38 | 74.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 158 | 161 | 0.68 | 0.02 | 0 | 0.37 | 181.65 | 0.51 | 0.42 |
| Hex | 34 | 9E | A1 | 44 | 2 | 0 | 25 | B6 | 33 | 2A |
| Octal | 64 | 236 | 241 | 104 | 2 | 0 | 45 | 266 | 63 | 52 |
| Binary | 110100 | 10011110 | 10100001 | 1000100 | 10 | 0 | 100101 | 10110110 | 110011 | 101010 |
Color Harmonies of #349EA1
Complementary color
Monochromatic Colors of #349EA1
Black with #349EA1
Text Example
Text Example
White with #349EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349EA1; }
p { color: rgb(52,158,161); }
H1.HeaderClassName
{
color: #349EA1;
}
.AnyTagClassName
{
color: #349EA1;
}
</style>
background-color css
<style>
a { background-color: #349EA1; }
a { background-color: rgb(52,158,161); }
div.DivClassName
{
background-color: #349EA1;
}
.BgClassName
{
background-color: #349EA1;
}
</style>
border-color css
<style>
span { border-color: #349EA1; }
span { border-color: rgb(52,158,161); }
td.TdClassName
{
border-color: #349EA1;
}
.TagClassName
{
border-color: #349EA1;
}
</style>