Shades of Jelly Bean #42838F
Tints of Jelly Bean #42838F
RGB
CMYK
RGB Variations
Color information
#42838F (or 0x42838F) is known color: Jelly Bean. HEX triplet: 42, 83 and 8F. RGB value is (66,131,143). Sum of RGB (Red+Green+Blue) = 66+131+143=340 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.41% from 340); Green value is 131 (51.56% from 255 or 38.53% from 340); Blue value is 143 (56.25% from 255 or 42.06% from 340); Max value from RGB is 143 - color contains mainly: blue. Hex color #42838F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42838F is #BD7C70. Grayscale: #707070. Windows color (decimal): -12418161 or 9405250. OLE color: 9405250.
HSL color Cylindrical-coordinate representation of color #42838F: hue angle of 189.35º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #42838F is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 131 | 143 | - |
| CMYK | 0.54 | 0.08 | 0 | 0.44 |
| HSL | 189.35º | 0.37% | 0.41% | - |
| HSV(B) | 189.35º | 0.54% | 0.56% | - |
| XYZ | 15.32 | 19.37 | 28.92 | - |
| YUV | 112.93 | 144.97 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 131 | 143 | 0.54 | 0.08 | 0 | 0.44 | 189.35 | 0.37 | 0.41 |
| Hex | 42 | 83 | 8F | 36 | 8 | 0 | 2C | BD | 25 | 29 |
| Octal | 102 | 203 | 217 | 66 | 10 | 0 | 54 | 275 | 45 | 51 |
| Binary | 1000010 | 10000011 | 10001111 | 110110 | 1000 | 0 | 101100 | 10111101 | 100101 | 101001 |
Color Harmonies of #42838F
Complementary color
Monochromatic Colors of #42838F
Black with #42838F
Text Example
Text Example
White with #42838F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42838F; }
p { color: rgb(66,131,143); }
H1.HeaderClassName
{
color: #42838F;
}
.AnyTagClassName
{
color: #42838F;
}
</style>
background-color css
<style>
a { background-color: #42838F; }
a { background-color: rgb(66,131,143); }
div.DivClassName
{
background-color: #42838F;
}
.BgClassName
{
background-color: #42838F;
}
</style>
border-color css
<style>
span { border-color: #42838F; }
span { border-color: rgb(66,131,143); }
td.TdClassName
{
border-color: #42838F;
}
.TagClassName
{
border-color: #42838F;
}
</style>