Shades of Java #349B9B
Tints of Java #349B9B
RGB
CMYK
RGB Variations
Color information
#349B9B (or 0x349B9B) is known color: Java. HEX triplet: 34, 9B and 9B. RGB value is (52,155,155). Sum of RGB (Red+Green+Blue) = 52+155+155=362 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.36% from 362); Green value is 155 (60.94% from 255 or 42.82% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 155 - color contains mainly: green, blue. Hex color #349B9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #349B9B is #CB6464. Grayscale: #7C7C7C. Windows color (decimal): -13329509 or 10197812. OLE color: 10197812.
HSL color Cylindrical-coordinate representation of color #349B9B: hue angle of 180º 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 #349B9B is Cyan = 0.66, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 155 | 155 | - |
| CMYK | 0.66 | 0 | 0 | 0.39 |
| HSL | 180º | 0.5% | 0.41% | - |
| HSV(B) | 180º | 0.66% | 0.61% | - |
| XYZ | 19.05 | 26.54 | 35.13 | - |
| YUV | 124.2 | 145.38 | 76.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 155 | 155 | 0.66 | 0 | 0 | 0.39 | 180 | 0.5 | 0.41 |
| Hex | 34 | 9B | 9B | 42 | 0 | 0 | 27 | B4 | 32 | 29 |
| Octal | 64 | 233 | 233 | 102 | 0 | 0 | 47 | 264 | 62 | 51 |
| Binary | 110100 | 10011011 | 10011011 | 1000010 | 0 | 0 | 100111 | 10110100 | 110010 | 101001 |
Color Harmonies of #349B9B
Complementary color
Monochromatic Colors of #349B9B
Black with #349B9B
Text Example
Text Example
White with #349B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349B9B; }
p { color: rgb(52,155,155); }
H1.HeaderClassName
{
color: #349B9B;
}
.AnyTagClassName
{
color: #349B9B;
}
</style>
background-color css
<style>
a { background-color: #349B9B; }
a { background-color: rgb(52,155,155); }
div.DivClassName
{
background-color: #349B9B;
}
.BgClassName
{
background-color: #349B9B;
}
</style>
border-color css
<style>
span { border-color: #349B9B; }
span { border-color: rgb(52,155,155); }
td.TdClassName
{
border-color: #349B9B;
}
.TagClassName
{
border-color: #349B9B;
}
</style>