Shades of Jelly Bean #337D99
Tints of Jelly Bean #337D99
RGB
CMYK
RGB Variations
Color information
#337D99 (or 0x337D99) is known color: Jelly Bean. HEX triplet: 33, 7D and 99. RGB value is (51,125,153). Sum of RGB (Red+Green+Blue) = 51+125+153=329 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.50% from 329); Green value is 125 (49.22% from 255 or 37.99% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 153 - color contains mainly: blue. Hex color #337D99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337D99 is #CC8266. Grayscale: #696969. Windows color (decimal): -13402727 or 10059059. OLE color: 10059059.
HSL color Cylindrical-coordinate representation of color #337D99: hue angle of 196.47º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #337D99 is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 51 | 125 | 153 | - |
| CMYK | 0.67 | 0.18 | 0 | 0.4 |
| HSL | 196.47º | 0.5% | 0.4% | - |
| HSV(B) | 196.47º | 0.67% | 0.6% | - |
| XYZ | 14.45 | 17.67 | 32.79 | - |
| YUV | 106.07 | 154.48 | 88.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 125 | 153 | 0.67 | 0.18 | 0 | 0.4 | 196.47 | 0.5 | 0.4 |
| Hex | 33 | 7D | 99 | 43 | 12 | 0 | 28 | C4 | 32 | 28 |
| Octal | 63 | 175 | 231 | 103 | 22 | 0 | 50 | 304 | 62 | 50 |
| Binary | 110011 | 1111101 | 10011001 | 1000011 | 10010 | 0 | 101000 | 11000100 | 110010 | 101000 |
Color Harmonies of #337D99
Complementary color
Monochromatic Colors of #337D99
Black with #337D99
Text Example
Text Example
White with #337D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337D99; }
p { color: rgb(51,125,153); }
H1.HeaderClassName
{
color: #337D99;
}
.AnyTagClassName
{
color: #337D99;
}
</style>
background-color css
<style>
a { background-color: #337D99; }
a { background-color: rgb(51,125,153); }
div.DivClassName
{
background-color: #337D99;
}
.BgClassName
{
background-color: #337D99;
}
</style>
border-color css
<style>
span { border-color: #337D99; }
span { border-color: rgb(51,125,153); }
td.TdClassName
{
border-color: #337D99;
}
.TagClassName
{
border-color: #337D99;
}
</style>