Shades of Jelly Bean #367D9B
Tints of Jelly Bean #367D9B
RGB
CMYK
RGB Variations
Color information
#367D9B (or 0x367D9B) is known color: Jelly Bean. HEX triplet: 36, 7D and 9B. RGB value is (54,125,155). Sum of RGB (Red+Green+Blue) = 54+125+155=334 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.17% from 334); Green value is 125 (49.22% from 255 or 37.43% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 155 - color contains mainly: blue. Hex color #367D9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367D9B is #C98264. Grayscale: #6B6B6B. Windows color (decimal): -13206117 or 10190134. OLE color: 10190134.
HSL color Cylindrical-coordinate representation of color #367D9B: hue angle of 197.82º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #367D9B is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 54 | 125 | 155 | - |
| CMYK | 0.65 | 0.19 | 0 | 0.39 |
| HSL | 197.82º | 0.48% | 0.41% | - |
| HSV(B) | 197.82º | 0.65% | 0.61% | - |
| XYZ | 14.77 | 17.82 | 33.67 | - |
| YUV | 107.19 | 154.98 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 125 | 155 | 0.65 | 0.19 | 0 | 0.39 | 197.82 | 0.48 | 0.41 |
| Hex | 36 | 7D | 9B | 41 | 13 | 0 | 27 | C6 | 30 | 29 |
| Octal | 66 | 175 | 233 | 101 | 23 | 0 | 47 | 306 | 60 | 51 |
| Binary | 110110 | 1111101 | 10011011 | 1000001 | 10011 | 0 | 100111 | 11000110 | 110000 | 101001 |
Color Harmonies of #367D9B
Complementary color
Monochromatic Colors of #367D9B
Black with #367D9B
Text Example
Text Example
White with #367D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367D9B; }
p { color: rgb(54,125,155); }
H1.HeaderClassName
{
color: #367D9B;
}
.AnyTagClassName
{
color: #367D9B;
}
</style>
background-color css
<style>
a { background-color: #367D9B; }
a { background-color: rgb(54,125,155); }
div.DivClassName
{
background-color: #367D9B;
}
.BgClassName
{
background-color: #367D9B;
}
</style>
border-color css
<style>
span { border-color: #367D9B; }
span { border-color: rgb(54,125,155); }
td.TdClassName
{
border-color: #367D9B;
}
.TagClassName
{
border-color: #367D9B;
}
</style>