Shades of Jelly Bean #438190
Tints of Jelly Bean #438190
RGB
CMYK
RGB Variations
Color information
#438190 (or 0x438190) is known color: Jelly Bean. HEX triplet: 43, 81 and 90. RGB value is (67,129,144). Sum of RGB (Red+Green+Blue) = 67+129+144=340 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.71% from 340); Green value is 129 (50.78% from 255 or 37.94% from 340); Blue value is 144 (56.64% from 255 or 42.35% from 340); Max value from RGB is 144 - color contains mainly: blue. Hex color #438190 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438190 is #BC7E6F. Grayscale: #707070. Windows color (decimal): -12353136 or 9470275. OLE color: 9470275.
HSL color Cylindrical-coordinate representation of color #438190: hue angle of 191.69º 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 #438190 is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 67 | 129 | 144 | - |
| CMYK | 0.53 | 0.10 | 0 | 0.44 |
| HSL | 191.69º | 0.36% | 0.41% | - |
| HSV(B) | 191.69º | 0.53% | 0.56% | - |
| XYZ | 15.2 | 18.91 | 29.23 | - |
| YUV | 112.17 | 145.96 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 129 | 144 | 0.53 | 0.10 | 0 | 0.44 | 191.69 | 0.36 | 0.41 |
| Hex | 43 | 81 | 90 | 35 | A | 0 | 2C | C0 | 24 | 29 |
| Octal | 103 | 201 | 220 | 65 | 12 | 0 | 54 | 300 | 44 | 51 |
| Binary | 1000011 | 10000001 | 10010000 | 110101 | 1010 | 0 | 101100 | 11000000 | 100100 | 101001 |
Color Harmonies of #438190
Complementary color
Monochromatic Colors of #438190
Black with #438190
Text Example
Text Example
White with #438190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438190; }
p { color: rgb(67,129,144); }
H1.HeaderClassName
{
color: #438190;
}
.AnyTagClassName
{
color: #438190;
}
</style>
background-color css
<style>
a { background-color: #438190; }
a { background-color: rgb(67,129,144); }
div.DivClassName
{
background-color: #438190;
}
.BgClassName
{
background-color: #438190;
}
</style>
border-color css
<style>
span { border-color: #438190; }
span { border-color: rgb(67,129,144); }
td.TdClassName
{
border-color: #438190;
}
.TagClassName
{
border-color: #438190;
}
</style>