Shades of Jelly Bean #347C94
Tints of Jelly Bean #347C94
RGB
CMYK
RGB Variations
Color information
#347C94 (or 0x347C94) is known color: Jelly Bean. HEX triplet: 34, 7C and 94. RGB value is (52,124,148). Sum of RGB (Red+Green+Blue) = 52+124+148=324 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.05% from 324); Green value is 124 (48.83% from 255 or 38.27% from 324); Blue value is 148 (58.20% from 255 or 45.68% from 324); Max value from RGB is 148 - color contains mainly: blue. Hex color #347C94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347C94 is #CB836B. Grayscale: #696969. Windows color (decimal): -13337452 or 9731124. OLE color: 9731124.
HSL color Cylindrical-coordinate representation of color #347C94: hue angle of 195º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #347C94 is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 52 | 124 | 148 | - |
| CMYK | 0.65 | 0.16 | 0 | 0.42 |
| HSL | 195º | 0.48% | 0.39% | - |
| HSV(B) | 195º | 0.65% | 0.58% | - |
| XYZ | 13.97 | 17.28 | 30.62 | - |
| YUV | 105.21 | 152.15 | 90.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 124 | 148 | 0.65 | 0.16 | 0 | 0.42 | 195 | 0.48 | 0.39 |
| Hex | 34 | 7C | 94 | 41 | 10 | 0 | 2A | C3 | 30 | 27 |
| Octal | 64 | 174 | 224 | 101 | 20 | 0 | 52 | 303 | 60 | 47 |
| Binary | 110100 | 1111100 | 10010100 | 1000001 | 10000 | 0 | 101010 | 11000011 | 110000 | 100111 |
Color Harmonies of #347C94
Complementary color
Monochromatic Colors of #347C94
Black with #347C94
Text Example
Text Example
White with #347C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347C94; }
p { color: rgb(52,124,148); }
H1.HeaderClassName
{
color: #347C94;
}
.AnyTagClassName
{
color: #347C94;
}
</style>
background-color css
<style>
a { background-color: #347C94; }
a { background-color: rgb(52,124,148); }
div.DivClassName
{
background-color: #347C94;
}
.BgClassName
{
background-color: #347C94;
}
</style>
border-color css
<style>
span { border-color: #347C94; }
span { border-color: rgb(52,124,148); }
td.TdClassName
{
border-color: #347C94;
}
.TagClassName
{
border-color: #347C94;
}
</style>