Shades of Jelly Bean #347F8B
Tints of Jelly Bean #347F8B
RGB
CMYK
RGB Variations
Color information
#347F8B (or 0x347F8B) is known color: Jelly Bean. HEX triplet: 34, 7F and 8B. RGB value is (52,127,139). Sum of RGB (Red+Green+Blue) = 52+127+139=318 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.35% from 318); Green value is 127 (50% from 255 or 39.94% from 318); Blue value is 139 (54.69% from 255 or 43.71% from 318); Max value from RGB is 139 - color contains mainly: blue. Hex color #347F8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347F8B is #CB8074. Grayscale: #696969. Windows color (decimal): -13336693 or 9142068. OLE color: 9142068.
HSL color Cylindrical-coordinate representation of color #347F8B: hue angle of 188.28º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #347F8B is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 127 | 139 | - |
| CMYK | 0.63 | 0.09 | 0 | 0.45 |
| HSL | 188.28º | 0.46% | 0.37% | - |
| HSV(B) | 188.28º | 0.63% | 0.55% | - |
| XYZ | 13.67 | 17.77 | 27.14 | - |
| YUV | 105.94 | 146.65 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 127 | 139 | 0.63 | 0.09 | 0 | 0.45 | 188.28 | 0.46 | 0.37 |
| Hex | 34 | 7F | 8B | 3F | 9 | 0 | 2D | BC | 2E | 25 |
| Octal | 64 | 177 | 213 | 77 | 11 | 0 | 55 | 274 | 56 | 45 |
| Binary | 110100 | 1111111 | 10001011 | 111111 | 1001 | 0 | 101101 | 10111100 | 101110 | 100101 |
Color Harmonies of #347F8B
Complementary color
Monochromatic Colors of #347F8B
Black with #347F8B
Text Example
Text Example
White with #347F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347F8B; }
p { color: rgb(52,127,139); }
H1.HeaderClassName
{
color: #347F8B;
}
.AnyTagClassName
{
color: #347F8B;
}
</style>
background-color css
<style>
a { background-color: #347F8B; }
a { background-color: rgb(52,127,139); }
div.DivClassName
{
background-color: #347F8B;
}
.BgClassName
{
background-color: #347F8B;
}
</style>
border-color css
<style>
span { border-color: #347F8B; }
span { border-color: rgb(52,127,139); }
td.TdClassName
{
border-color: #347F8B;
}
.TagClassName
{
border-color: #347F8B;
}
</style>