Shades of Jelly Bean #347F90
Tints of Jelly Bean #347F90
RGB
CMYK
RGB Variations
Color information
#347F90 (or 0x347F90) is known color: Jelly Bean. HEX triplet: 34, 7F and 90. RGB value is (52,127,144). Sum of RGB (Red+Green+Blue) = 52+127+144=323 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.10% from 323); Green value is 127 (50% from 255 or 39.32% from 323); Blue value is 144 (56.64% from 255 or 44.58% from 323); Max value from RGB is 144 - color contains mainly: blue. Hex color #347F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347F90 is #CB806F. Grayscale: #6A6A6A. Windows color (decimal): -13336688 or 9469748. OLE color: 9469748.
HSL color Cylindrical-coordinate representation of color #347F90: hue angle of 191.09º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #347F90 is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 127 | 144 | - |
| CMYK | 0.64 | 0.12 | 0 | 0.44 |
| HSL | 191.09º | 0.47% | 0.38% | - |
| HSV(B) | 191.09º | 0.64% | 0.56% | - |
| XYZ | 14.04 | 17.92 | 29.1 | - |
| YUV | 106.51 | 149.15 | 89.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 127 | 144 | 0.64 | 0.12 | 0 | 0.44 | 191.09 | 0.47 | 0.38 |
| Hex | 34 | 7F | 90 | 40 | C | 0 | 2C | BF | 2F | 26 |
| Octal | 64 | 177 | 220 | 100 | 14 | 0 | 54 | 277 | 57 | 46 |
| Binary | 110100 | 1111111 | 10010000 | 1000000 | 1100 | 0 | 101100 | 10111111 | 101111 | 100110 |
Color Harmonies of #347F90
Complementary color
Monochromatic Colors of #347F90
Black with #347F90
Text Example
Text Example
White with #347F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347F90; }
p { color: rgb(52,127,144); }
H1.HeaderClassName
{
color: #347F90;
}
.AnyTagClassName
{
color: #347F90;
}
</style>
background-color css
<style>
a { background-color: #347F90; }
a { background-color: rgb(52,127,144); }
div.DivClassName
{
background-color: #347F90;
}
.BgClassName
{
background-color: #347F90;
}
</style>
border-color css
<style>
span { border-color: #347F90; }
span { border-color: rgb(52,127,144); }
td.TdClassName
{
border-color: #347F90;
}
.TagClassName
{
border-color: #347F90;
}
</style>