Shades of Jelly Bean #3D7B9B
Tints of Jelly Bean #3D7B9B
RGB
CMYK
RGB Variations
Color information
#3D7B9B (or 0x3D7B9B) is known color: Jelly Bean. HEX triplet: 3D, 7B and 9B. RGB value is (61,123,155). Sum of RGB (Red+Green+Blue) = 61+123+155=339 (44% of max value = 765). Red value is 61 (24.22% from 255 or 17.99% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 155 - color contains mainly: blue. Hex color #3D7B9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D7B9B is #C28464. Grayscale: #6B6B6B. Windows color (decimal): -12747877 or 10189629. OLE color: 10189629.
HSL color Cylindrical-coordinate representation of color #3D7B9B: hue angle of 200.43º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D7B9B is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 61 | 123 | 155 | - |
| CMYK | 0.61 | 0.21 | 0 | 0.39 |
| HSL | 200.43º | 0.44% | 0.42% | - |
| HSV(B) | 200.43º | 0.61% | 0.61% | - |
| XYZ | 14.92 | 17.52 | 33.61 | - |
| YUV | 108.11 | 154.46 | 94.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 123 | 155 | 0.61 | 0.21 | 0 | 0.39 | 200.43 | 0.44 | 0.42 |
| Hex | 3D | 7B | 9B | 3D | 15 | 0 | 27 | C8 | 2C | 2A |
| Octal | 75 | 173 | 233 | 75 | 25 | 0 | 47 | 310 | 54 | 52 |
| Binary | 111101 | 1111011 | 10011011 | 111101 | 10101 | 0 | 100111 | 11001000 | 101100 | 101010 |
Color Harmonies of #3D7B9B
Complementary color
Monochromatic Colors of #3D7B9B
Black with #3D7B9B
Text Example
Text Example
White with #3D7B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7B9B; }
p { color: rgb(61,123,155); }
H1.HeaderClassName
{
color: #3D7B9B;
}
.AnyTagClassName
{
color: #3D7B9B;
}
</style>
background-color css
<style>
a { background-color: #3D7B9B; }
a { background-color: rgb(61,123,155); }
div.DivClassName
{
background-color: #3D7B9B;
}
.BgClassName
{
background-color: #3D7B9B;
}
</style>
border-color css
<style>
span { border-color: #3D7B9B; }
span { border-color: rgb(61,123,155); }
td.TdClassName
{
border-color: #3D7B9B;
}
.TagClassName
{
border-color: #3D7B9B;
}
</style>