Shades of Jelly Bean #337F94
Tints of Jelly Bean #337F94
RGB
CMYK
RGB Variations
Color information
#337F94 (or 0x337F94) is known color: Jelly Bean. HEX triplet: 33, 7F and 94. RGB value is (51,127,148). Sum of RGB (Red+Green+Blue) = 51+127+148=326 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.64% from 326); Green value is 127 (50% from 255 or 38.96% from 326); Blue value is 148 (58.20% from 255 or 45.40% from 326); Max value from RGB is 148 - color contains mainly: blue. Hex color #337F94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337F94 is #CC806B. Grayscale: #6A6A6A. Windows color (decimal): -13402220 or 9731891. OLE color: 9731891.
HSL color Cylindrical-coordinate representation of color #337F94: hue angle of 192.99º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #337F94 is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 51 | 127 | 148 | - |
| CMYK | 0.66 | 0.14 | 0 | 0.42 |
| HSL | 192.99º | 0.49% | 0.39% | - |
| HSV(B) | 192.99º | 0.66% | 0.58% | - |
| XYZ | 14.3 | 18.02 | 30.74 | - |
| YUV | 106.67 | 151.32 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 127 | 148 | 0.66 | 0.14 | 0 | 0.42 | 192.99 | 0.49 | 0.39 |
| Hex | 33 | 7F | 94 | 42 | E | 0 | 2A | C1 | 31 | 27 |
| Octal | 63 | 177 | 224 | 102 | 16 | 0 | 52 | 301 | 61 | 47 |
| Binary | 110011 | 1111111 | 10010100 | 1000010 | 1110 | 0 | 101010 | 11000001 | 110001 | 100111 |
Color Harmonies of #337F94
Complementary color
Monochromatic Colors of #337F94
Black with #337F94
Text Example
Text Example
White with #337F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337F94; }
p { color: rgb(51,127,148); }
H1.HeaderClassName
{
color: #337F94;
}
.AnyTagClassName
{
color: #337F94;
}
</style>
background-color css
<style>
a { background-color: #337F94; }
a { background-color: rgb(51,127,148); }
div.DivClassName
{
background-color: #337F94;
}
.BgClassName
{
background-color: #337F94;
}
</style>
border-color css
<style>
span { border-color: #337F94; }
span { border-color: rgb(51,127,148); }
td.TdClassName
{
border-color: #337F94;
}
.TagClassName
{
border-color: #337F94;
}
</style>