Shades of Jelly Bean #338091
Tints of Jelly Bean #338091
RGB
CMYK
RGB Variations
Color information
#338091 (or 0x338091) is known color: Jelly Bean. HEX triplet: 33, 80 and 91. RGB value is (51,128,145). Sum of RGB (Red+Green+Blue) = 51+128+145=324 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.74% from 324); Green value is 128 (50.39% from 255 or 39.51% from 324); Blue value is 145 (57.03% from 255 or 44.75% from 324); Max value from RGB is 145 - color contains mainly: blue. Hex color #338091 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338091 is #CC7F6E. Grayscale: #6A6A6A. Windows color (decimal): -13401967 or 9535539. OLE color: 9535539.
HSL color Cylindrical-coordinate representation of color #338091: hue angle of 190.85º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #338091 is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 51 | 128 | 145 | - |
| CMYK | 0.65 | 0.12 | 0 | 0.43 |
| HSL | 190.85º | 0.48% | 0.38% | - |
| HSV(B) | 190.85º | 0.65% | 0.57% | - |
| XYZ | 14.2 | 18.19 | 29.55 | - |
| YUV | 106.92 | 149.49 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 128 | 145 | 0.65 | 0.12 | 0 | 0.43 | 190.85 | 0.48 | 0.38 |
| Hex | 33 | 80 | 91 | 41 | C | 0 | 2B | BF | 30 | 26 |
| Octal | 63 | 200 | 221 | 101 | 14 | 0 | 53 | 277 | 60 | 46 |
| Binary | 110011 | 10000000 | 10010001 | 1000001 | 1100 | 0 | 101011 | 10111111 | 110000 | 100110 |
Color Harmonies of #338091
Complementary color
Monochromatic Colors of #338091
Black with #338091
Text Example
Text Example
White with #338091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338091; }
p { color: rgb(51,128,145); }
H1.HeaderClassName
{
color: #338091;
}
.AnyTagClassName
{
color: #338091;
}
</style>
background-color css
<style>
a { background-color: #338091; }
a { background-color: rgb(51,128,145); }
div.DivClassName
{
background-color: #338091;
}
.BgClassName
{
background-color: #338091;
}
</style>
border-color css
<style>
span { border-color: #338091; }
span { border-color: rgb(51,128,145); }
td.TdClassName
{
border-color: #338091;
}
.TagClassName
{
border-color: #338091;
}
</style>