Shades of Jelly Bean #41838F
Tints of Jelly Bean #41838F
RGB
CMYK
RGB Variations
Color information
#41838F (or 0x41838F) is known color: Jelly Bean. HEX triplet: 41, 83 and 8F. RGB value is (65,131,143). Sum of RGB (Red+Green+Blue) = 65+131+143=339 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.17% from 339); Green value is 131 (51.56% from 255 or 38.64% from 339); Blue value is 143 (56.25% from 255 or 42.18% from 339); Max value from RGB is 143 - color contains mainly: blue. Hex color #41838F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41838F is #BE7C70. Grayscale: #707070. Windows color (decimal): -12483697 or 9405249. OLE color: 9405249.
HSL color Cylindrical-coordinate representation of color #41838F: hue angle of 189.23º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #41838F is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 131 | 143 | - |
| CMYK | 0.55 | 0.08 | 0 | 0.44 |
| HSL | 189.23º | 0.38% | 0.41% | - |
| HSV(B) | 189.23º | 0.55% | 0.56% | - |
| XYZ | 15.25 | 19.34 | 28.92 | - |
| YUV | 112.63 | 145.13 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 131 | 143 | 0.55 | 0.08 | 0 | 0.44 | 189.23 | 0.38 | 0.41 |
| Hex | 41 | 83 | 8F | 37 | 8 | 0 | 2C | BD | 26 | 29 |
| Octal | 101 | 203 | 217 | 67 | 10 | 0 | 54 | 275 | 46 | 51 |
| Binary | 1000001 | 10000011 | 10001111 | 110111 | 1000 | 0 | 101100 | 10111101 | 100110 | 101001 |
Color Harmonies of #41838F
Complementary color
Monochromatic Colors of #41838F
Black with #41838F
Text Example
Text Example
White with #41838F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41838F; }
p { color: rgb(65,131,143); }
H1.HeaderClassName
{
color: #41838F;
}
.AnyTagClassName
{
color: #41838F;
}
</style>
background-color css
<style>
a { background-color: #41838F; }
a { background-color: rgb(65,131,143); }
div.DivClassName
{
background-color: #41838F;
}
.BgClassName
{
background-color: #41838F;
}
</style>
border-color css
<style>
span { border-color: #41838F; }
span { border-color: rgb(65,131,143); }
td.TdClassName
{
border-color: #41838F;
}
.TagClassName
{
border-color: #41838F;
}
</style>