Shades of Jelly Bean #3D7F8B
Tints of Jelly Bean #3D7F8B
RGB
CMYK
RGB Variations
Color information
#3D7F8B (or 0x3D7F8B) is known color: Jelly Bean. HEX triplet: 3D, 7F and 8B. RGB value is (61,127,139). Sum of RGB (Red+Green+Blue) = 61+127+139=327 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.65% from 327); Green value is 127 (50% from 255 or 38.84% from 327); Blue value is 139 (54.69% from 255 or 42.51% from 327); Max value from RGB is 139 - color contains mainly: blue. Hex color #3D7F8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D7F8B is #C28074. Grayscale: #6C6C6C. Windows color (decimal): -12746869 or 9142077. OLE color: 9142077.
HSL color Cylindrical-coordinate representation of color #3D7F8B: hue angle of 189.23º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D7F8B is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 61 | 127 | 139 | - |
| CMYK | 0.56 | 0.09 | 0 | 0.45 |
| HSL | 189.23º | 0.39% | 0.39% | - |
| HSV(B) | 189.23º | 0.56% | 0.55% | - |
| XYZ | 14.17 | 18.03 | 27.16 | - |
| YUV | 108.63 | 145.13 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 127 | 139 | 0.56 | 0.09 | 0 | 0.45 | 189.23 | 0.39 | 0.39 |
| Hex | 3D | 7F | 8B | 38 | 9 | 0 | 2D | BD | 27 | 27 |
| Octal | 75 | 177 | 213 | 70 | 11 | 0 | 55 | 275 | 47 | 47 |
| Binary | 111101 | 1111111 | 10001011 | 111000 | 1001 | 0 | 101101 | 10111101 | 100111 | 100111 |
Color Harmonies of #3D7F8B
Complementary color
Monochromatic Colors of #3D7F8B
Black with #3D7F8B
Text Example
Text Example
White with #3D7F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7F8B; }
p { color: rgb(61,127,139); }
H1.HeaderClassName
{
color: #3D7F8B;
}
.AnyTagClassName
{
color: #3D7F8B;
}
</style>
background-color css
<style>
a { background-color: #3D7F8B; }
a { background-color: rgb(61,127,139); }
div.DivClassName
{
background-color: #3D7F8B;
}
.BgClassName
{
background-color: #3D7F8B;
}
</style>
border-color css
<style>
span { border-color: #3D7F8B; }
span { border-color: rgb(61,127,139); }
td.TdClassName
{
border-color: #3D7F8B;
}
.TagClassName
{
border-color: #3D7F8B;
}
</style>