Shades of Jelly Bean #39799A
Tints of Jelly Bean #39799A
RGB
CMYK
RGB Variations
Color information
#39799A (or 0x39799A) is known color: Jelly Bean. HEX triplet: 39, 79 and 9A. RGB value is (57,121,154). Sum of RGB (Red+Green+Blue) = 57+121+154=332 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.17% from 332); Green value is 121 (47.66% from 255 or 36.45% from 332); Blue value is 154 (60.55% from 255 or 46.39% from 332); Max value from RGB is 154 - color contains mainly: blue. Hex color #39799A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39799A is #C68665. Grayscale: #696969. Windows color (decimal): -13010534 or 10123577. OLE color: 10123577.
HSL color Cylindrical-coordinate representation of color #39799A: hue angle of 200.41º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #39799A is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 57 | 121 | 154 | - |
| CMYK | 0.63 | 0.21 | 0 | 0.40 |
| HSL | 200.41º | 0.46% | 0.41% | - |
| HSV(B) | 200.41º | 0.63% | 0.6% | - |
| XYZ | 14.36 | 16.88 | 33.07 | - |
| YUV | 105.63 | 155.3 | 93.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 121 | 154 | 0.63 | 0.21 | 0 | 0.40 | 200.41 | 0.46 | 0.41 |
| Hex | 39 | 79 | 9A | 3F | 15 | 0 | 28 | C8 | 2E | 29 |
| Octal | 71 | 171 | 232 | 77 | 25 | 0 | 50 | 310 | 56 | 51 |
| Binary | 111001 | 1111001 | 10011010 | 111111 | 10101 | 0 | 101000 | 11001000 | 101110 | 101001 |
Color Harmonies of #39799A
Complementary color
Monochromatic Colors of #39799A
Black with #39799A
Text Example
Text Example
White with #39799A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39799A; }
p { color: rgb(57,121,154); }
H1.HeaderClassName
{
color: #39799A;
}
.AnyTagClassName
{
color: #39799A;
}
</style>
background-color css
<style>
a { background-color: #39799A; }
a { background-color: rgb(57,121,154); }
div.DivClassName
{
background-color: #39799A;
}
.BgClassName
{
background-color: #39799A;
}
</style>
border-color css
<style>
span { border-color: #39799A; }
span { border-color: rgb(57,121,154); }
td.TdClassName
{
border-color: #39799A;
}
.TagClassName
{
border-color: #39799A;
}
</style>