Shades of Jelly Bean #358191
Tints of Jelly Bean #358191
RGB
CMYK
RGB Variations
Color information
#358191 (or 0x358191) is known color: Jelly Bean. HEX triplet: 35, 81 and 91. RGB value is (53,129,145). Sum of RGB (Red+Green+Blue) = 53+129+145=327 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.21% from 327); Green value is 129 (50.78% from 255 or 39.45% from 327); Blue value is 145 (57.03% from 255 or 44.34% from 327); Max value from RGB is 145 - color contains mainly: blue. Hex color #358191 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358191 is #CA7E6E. Grayscale: #6B6B6B. Windows color (decimal): -13270639 or 9535797. OLE color: 9535797.
HSL color Cylindrical-coordinate representation of color #358191: hue angle of 190.43º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #358191 is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 53 | 129 | 145 | - |
| CMYK | 0.63 | 0.11 | 0 | 0.43 |
| HSL | 190.43º | 0.46% | 0.39% | - |
| HSV(B) | 190.43º | 0.63% | 0.57% | - |
| XYZ | 14.43 | 18.5 | 29.6 | - |
| YUV | 108.1 | 148.82 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 129 | 145 | 0.63 | 0.11 | 0 | 0.43 | 190.43 | 0.46 | 0.39 |
| Hex | 35 | 81 | 91 | 3F | B | 0 | 2B | BE | 2E | 27 |
| Octal | 65 | 201 | 221 | 77 | 13 | 0 | 53 | 276 | 56 | 47 |
| Binary | 110101 | 10000001 | 10010001 | 111111 | 1011 | 0 | 101011 | 10111110 | 101110 | 100111 |
Color Harmonies of #358191
Complementary color
Monochromatic Colors of #358191
Black with #358191
Text Example
Text Example
White with #358191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358191; }
p { color: rgb(53,129,145); }
H1.HeaderClassName
{
color: #358191;
}
.AnyTagClassName
{
color: #358191;
}
</style>
background-color css
<style>
a { background-color: #358191; }
a { background-color: rgb(53,129,145); }
div.DivClassName
{
background-color: #358191;
}
.BgClassName
{
background-color: #358191;
}
</style>
border-color css
<style>
span { border-color: #358191; }
span { border-color: rgb(53,129,145); }
td.TdClassName
{
border-color: #358191;
}
.TagClassName
{
border-color: #358191;
}
</style>