Shades of Jelly Bean #347F92
Tints of Jelly Bean #347F92
RGB
CMYK
RGB Variations
Color information
#347F92 (or 0x347F92) is known color: Jelly Bean. HEX triplet: 34, 7F and 92. RGB value is (52,127,146). Sum of RGB (Red+Green+Blue) = 52+127+146=325 (43% of max value = 765). Red value is 52 (20.70% from 255 or 16% from 325); Green value is 127 (50% from 255 or 39.08% from 325); Blue value is 146 (57.42% from 255 or 44.92% from 325); Max value from RGB is 146 - color contains mainly: blue. Hex color #347F92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347F92 is #CB806D. Grayscale: #6A6A6A. Windows color (decimal): -13336686 or 9600820. OLE color: 9600820.
HSL color Cylindrical-coordinate representation of color #347F92: hue angle of 192.13º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #347F92 is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 52 | 127 | 146 | - |
| CMYK | 0.64 | 0.13 | 0 | 0.43 |
| HSL | 192.13º | 0.47% | 0.39% | - |
| HSV(B) | 192.13º | 0.64% | 0.57% | - |
| XYZ | 14.19 | 17.98 | 29.92 | - |
| YUV | 106.74 | 150.15 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 127 | 146 | 0.64 | 0.13 | 0 | 0.43 | 192.13 | 0.47 | 0.39 |
| Hex | 34 | 7F | 92 | 40 | D | 0 | 2B | C0 | 2F | 27 |
| Octal | 64 | 177 | 222 | 100 | 15 | 0 | 53 | 300 | 57 | 47 |
| Binary | 110100 | 1111111 | 10010010 | 1000000 | 1101 | 0 | 101011 | 11000000 | 101111 | 100111 |
Color Harmonies of #347F92
Complementary color
Monochromatic Colors of #347F92
Black with #347F92
Text Example
Text Example
White with #347F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347F92; }
p { color: rgb(52,127,146); }
H1.HeaderClassName
{
color: #347F92;
}
.AnyTagClassName
{
color: #347F92;
}
</style>
background-color css
<style>
a { background-color: #347F92; }
a { background-color: rgb(52,127,146); }
div.DivClassName
{
background-color: #347F92;
}
.BgClassName
{
background-color: #347F92;
}
</style>
border-color css
<style>
span { border-color: #347F92; }
span { border-color: rgb(52,127,146); }
td.TdClassName
{
border-color: #347F92;
}
.TagClassName
{
border-color: #347F92;
}
</style>