Shades of Jelly Bean #367F8C
Tints of Jelly Bean #367F8C
RGB
CMYK
RGB Variations
Color information
#367F8C (or 0x367F8C) is known color: Jelly Bean. HEX triplet: 36, 7F and 8C. RGB value is (54,127,140). Sum of RGB (Red+Green+Blue) = 54+127+140=321 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.82% from 321); Green value is 127 (50% from 255 or 39.56% from 321); Blue value is 140 (55.08% from 255 or 43.61% from 321); Max value from RGB is 140 - color contains mainly: blue. Hex color #367F8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367F8C is #C98073. Grayscale: #6A6A6A. Windows color (decimal): -13205620 or 9207606. OLE color: 9207606.
HSL color Cylindrical-coordinate representation of color #367F8C: hue angle of 189.07º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #367F8C is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 54 | 127 | 140 | - |
| CMYK | 0.61 | 0.09 | 0 | 0.45 |
| HSL | 189.07º | 0.44% | 0.38% | - |
| HSV(B) | 189.07º | 0.61% | 0.55% | - |
| XYZ | 13.84 | 17.86 | 27.53 | - |
| YUV | 106.66 | 146.82 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 127 | 140 | 0.61 | 0.09 | 0 | 0.45 | 189.07 | 0.44 | 0.38 |
| Hex | 36 | 7F | 8C | 3D | 9 | 0 | 2D | BD | 2C | 26 |
| Octal | 66 | 177 | 214 | 75 | 11 | 0 | 55 | 275 | 54 | 46 |
| Binary | 110110 | 1111111 | 10001100 | 111101 | 1001 | 0 | 101101 | 10111101 | 101100 | 100110 |
Color Harmonies of #367F8C
Complementary color
Monochromatic Colors of #367F8C
Black with #367F8C
Text Example
Text Example
White with #367F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367F8C; }
p { color: rgb(54,127,140); }
H1.HeaderClassName
{
color: #367F8C;
}
.AnyTagClassName
{
color: #367F8C;
}
</style>
background-color css
<style>
a { background-color: #367F8C; }
a { background-color: rgb(54,127,140); }
div.DivClassName
{
background-color: #367F8C;
}
.BgClassName
{
background-color: #367F8C;
}
</style>
border-color css
<style>
span { border-color: #367F8C; }
span { border-color: rgb(54,127,140); }
td.TdClassName
{
border-color: #367F8C;
}
.TagClassName
{
border-color: #367F8C;
}
</style>