Shades of Jelly Bean #438290
Tints of Jelly Bean #438290
RGB
CMYK
RGB Variations
Color information
#438290 (or 0x438290) is known color: Jelly Bean. HEX triplet: 43, 82 and 90. RGB value is (67,130,144). Sum of RGB (Red+Green+Blue) = 67+130+144=341 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.65% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 144 - color contains mainly: blue. Hex color #438290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438290 is #BC7D6F. Grayscale: #707070. Windows color (decimal): -12352880 or 9470531. OLE color: 9470531.
HSL color Cylindrical-coordinate representation of color #438290: hue angle of 190.91º 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 #438290 is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 67 | 130 | 144 | - |
| CMYK | 0.53 | 0.10 | 0 | 0.44 |
| HSL | 190.91º | 0.36% | 0.41% | - |
| HSV(B) | 190.91º | 0.53% | 0.56% | - |
| XYZ | 15.33 | 19.17 | 29.28 | - |
| YUV | 112.76 | 145.63 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 130 | 144 | 0.53 | 0.10 | 0 | 0.44 | 190.91 | 0.36 | 0.41 |
| Hex | 43 | 82 | 90 | 35 | A | 0 | 2C | BF | 24 | 29 |
| Octal | 103 | 202 | 220 | 65 | 12 | 0 | 54 | 277 | 44 | 51 |
| Binary | 1000011 | 10000010 | 10010000 | 110101 | 1010 | 0 | 101100 | 10111111 | 100100 | 101001 |
Color Harmonies of #438290
Complementary color
Monochromatic Colors of #438290
Black with #438290
Text Example
Text Example
White with #438290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438290; }
p { color: rgb(67,130,144); }
H1.HeaderClassName
{
color: #438290;
}
.AnyTagClassName
{
color: #438290;
}
</style>
background-color css
<style>
a { background-color: #438290; }
a { background-color: rgb(67,130,144); }
div.DivClassName
{
background-color: #438290;
}
.BgClassName
{
background-color: #438290;
}
</style>
border-color css
<style>
span { border-color: #438290; }
span { border-color: rgb(67,130,144); }
td.TdClassName
{
border-color: #438290;
}
.TagClassName
{
border-color: #438290;
}
</style>