Shades of Java #349B93
Tints of Java #349B93
RGB
CMYK
RGB Variations
Color information
#349B93 (or 0x349B93) is known color: Java. HEX triplet: 34, 9B and 93. RGB value is (52,155,147). Sum of RGB (Red+Green+Blue) = 52+155+147=354 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.69% from 354); Green value is 155 (60.94% from 255 or 43.79% from 354); Blue value is 147 (57.81% from 255 or 41.53% from 354); Max value from RGB is 155 - color contains mainly: green. Hex color #349B93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349B93 is #CB646C. Grayscale: #7B7B7B. Windows color (decimal): -13329517 or 9673524. OLE color: 9673524.
HSL color Cylindrical-coordinate representation of color #349B93: hue angle of 175.34º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349B93 is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 155 | 147 | - |
| CMYK | 0.66 | 0 | 0.05 | 0.39 |
| HSL | 175.34º | 0.5% | 0.41% | - |
| HSV(B) | 175.34º | 0.66% | 0.61% | - |
| XYZ | 18.4 | 26.28 | 31.71 | - |
| YUV | 123.29 | 141.38 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 155 | 147 | 0.66 | 0 | 0.05 | 0.39 | 175.34 | 0.5 | 0.41 |
| Hex | 34 | 9B | 93 | 42 | 0 | 5 | 27 | AF | 32 | 29 |
| Octal | 64 | 233 | 223 | 102 | 0 | 5 | 47 | 257 | 62 | 51 |
| Binary | 110100 | 10011011 | 10010011 | 1000010 | 0 | 101 | 100111 | 10101111 | 110010 | 101001 |
Color Harmonies of #349B93
Complementary color
Monochromatic Colors of #349B93
Black with #349B93
Text Example
Text Example
White with #349B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349B93; }
p { color: rgb(52,155,147); }
H1.HeaderClassName
{
color: #349B93;
}
.AnyTagClassName
{
color: #349B93;
}
</style>
background-color css
<style>
a { background-color: #349B93; }
a { background-color: rgb(52,155,147); }
div.DivClassName
{
background-color: #349B93;
}
.BgClassName
{
background-color: #349B93;
}
</style>
border-color css
<style>
span { border-color: #349B93; }
span { border-color: rgb(52,155,147); }
td.TdClassName
{
border-color: #349B93;
}
.TagClassName
{
border-color: #349B93;
}
</style>