Shades of Jelly Bean #337F8F
Tints of Jelly Bean #337F8F
RGB
CMYK
RGB Variations
Color information
#337F8F (or 0x337F8F) is known color: Jelly Bean. HEX triplet: 33, 7F and 8F. RGB value is (51,127,143). Sum of RGB (Red+Green+Blue) = 51+127+143=321 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.89% from 321); Green value is 127 (50% from 255 or 39.56% from 321); Blue value is 143 (56.25% from 255 or 44.55% from 321); Max value from RGB is 143 - color contains mainly: blue. Hex color #337F8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337F8F is #CC8070. Grayscale: #696969. Windows color (decimal): -13402225 or 9404211. OLE color: 9404211.
HSL color Cylindrical-coordinate representation of color #337F8F: hue angle of 190.43º 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 #337F8F is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 127 | 143 | - |
| CMYK | 0.64 | 0.11 | 0 | 0.44 |
| HSL | 190.43º | 0.47% | 0.38% | - |
| HSV(B) | 190.43º | 0.64% | 0.56% | - |
| XYZ | 13.91 | 17.87 | 28.7 | - |
| YUV | 106.1 | 148.82 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 127 | 143 | 0.64 | 0.11 | 0 | 0.44 | 190.43 | 0.47 | 0.38 |
| Hex | 33 | 7F | 8F | 40 | B | 0 | 2C | BE | 2F | 26 |
| Octal | 63 | 177 | 217 | 100 | 13 | 0 | 54 | 276 | 57 | 46 |
| Binary | 110011 | 1111111 | 10001111 | 1000000 | 1011 | 0 | 101100 | 10111110 | 101111 | 100110 |
Color Harmonies of #337F8F
Complementary color
Monochromatic Colors of #337F8F
Black with #337F8F
Text Example
Text Example
White with #337F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337F8F; }
p { color: rgb(51,127,143); }
H1.HeaderClassName
{
color: #337F8F;
}
.AnyTagClassName
{
color: #337F8F;
}
</style>
background-color css
<style>
a { background-color: #337F8F; }
a { background-color: rgb(51,127,143); }
div.DivClassName
{
background-color: #337F8F;
}
.BgClassName
{
background-color: #337F8F;
}
</style>
border-color css
<style>
span { border-color: #337F8F; }
span { border-color: rgb(51,127,143); }
td.TdClassName
{
border-color: #337F8F;
}
.TagClassName
{
border-color: #337F8F;
}
</style>