Shades of Jelly Bean #43808F
Tints of Jelly Bean #43808F
RGB
CMYK
RGB Variations
Color information
#43808F (or 0x43808F) is known color: Jelly Bean. HEX triplet: 43, 80 and 8F. RGB value is (67,128,143). Sum of RGB (Red+Green+Blue) = 67+128+143=338 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.82% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 143 (56.25% from 255 or 42.31% from 338); Max value from RGB is 143 - color contains mainly: blue. Hex color #43808F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43808F is #BC7F70. Grayscale: #6F6F6F. Windows color (decimal): -12353393 or 9404483. OLE color: 9404483.
HSL color Cylindrical-coordinate representation of color #43808F: hue angle of 191.84º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #43808F is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 67 | 128 | 143 | - |
| CMYK | 0.53 | 0.10 | 0 | 0.44 |
| HSL | 191.84º | 0.36% | 0.41% | - |
| HSV(B) | 191.84º | 0.53% | 0.56% | - |
| XYZ | 14.99 | 18.61 | 28.79 | - |
| YUV | 111.47 | 145.79 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 128 | 143 | 0.53 | 0.10 | 0 | 0.44 | 191.84 | 0.36 | 0.41 |
| Hex | 43 | 80 | 8F | 35 | A | 0 | 2C | C0 | 24 | 29 |
| Octal | 103 | 200 | 217 | 65 | 12 | 0 | 54 | 300 | 44 | 51 |
| Binary | 1000011 | 10000000 | 10001111 | 110101 | 1010 | 0 | 101100 | 11000000 | 100100 | 101001 |
Color Harmonies of #43808F
Complementary color
Monochromatic Colors of #43808F
Black with #43808F
Text Example
Text Example
White with #43808F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43808F; }
p { color: rgb(67,128,143); }
H1.HeaderClassName
{
color: #43808F;
}
.AnyTagClassName
{
color: #43808F;
}
</style>
background-color css
<style>
a { background-color: #43808F; }
a { background-color: rgb(67,128,143); }
div.DivClassName
{
background-color: #43808F;
}
.BgClassName
{
background-color: #43808F;
}
</style>
border-color css
<style>
span { border-color: #43808F; }
span { border-color: rgb(67,128,143); }
td.TdClassName
{
border-color: #43808F;
}
.TagClassName
{
border-color: #43808F;
}
</style>