Shades of Jelly Bean #3C7B9D
Tints of Jelly Bean #3C7B9D
RGB
CMYK
RGB Variations
Color information
#3C7B9D (or 0x3C7B9D) is known color: Jelly Bean. HEX triplet: 3C, 7B and 9D. RGB value is (60,123,157). Sum of RGB (Red+Green+Blue) = 60+123+157=340 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.65% from 340); Green value is 123 (48.44% from 255 or 36.18% from 340); Blue value is 157 (61.72% from 255 or 46.18% from 340); Max value from RGB is 157 - color contains mainly: blue. Hex color #3C7B9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7B9D is #C38462. Grayscale: #6B6B6B. Windows color (decimal): -12813411 or 10320700. OLE color: 10320700.
HSL color Cylindrical-coordinate representation of color #3C7B9D: hue angle of 201.03º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C7B9D is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 60 | 123 | 157 | - |
| CMYK | 0.62 | 0.22 | 0 | 0.38 |
| HSL | 201.03º | 0.45% | 0.43% | - |
| HSV(B) | 201.03º | 0.62% | 0.62% | - |
| XYZ | 15.03 | 17.56 | 34.5 | - |
| YUV | 108.04 | 155.63 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 123 | 157 | 0.62 | 0.22 | 0 | 0.38 | 201.03 | 0.45 | 0.43 |
| Hex | 3C | 7B | 9D | 3E | 16 | 0 | 26 | C9 | 2D | 2B |
| Octal | 74 | 173 | 235 | 76 | 26 | 0 | 46 | 311 | 55 | 53 |
| Binary | 111100 | 1111011 | 10011101 | 111110 | 10110 | 0 | 100110 | 11001001 | 101101 | 101011 |
Color Harmonies of #3C7B9D
Complementary color
Monochromatic Colors of #3C7B9D
Black with #3C7B9D
Text Example
Text Example
White with #3C7B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7B9D; }
p { color: rgb(60,123,157); }
H1.HeaderClassName
{
color: #3C7B9D;
}
.AnyTagClassName
{
color: #3C7B9D;
}
</style>
background-color css
<style>
a { background-color: #3C7B9D; }
a { background-color: rgb(60,123,157); }
div.DivClassName
{
background-color: #3C7B9D;
}
.BgClassName
{
background-color: #3C7B9D;
}
</style>
border-color css
<style>
span { border-color: #3C7B9D; }
span { border-color: rgb(60,123,157); }
td.TdClassName
{
border-color: #3C7B9D;
}
.TagClassName
{
border-color: #3C7B9D;
}
</style>