Shades of Jelly Bean #438090
Tints of Jelly Bean #438090
RGB
CMYK
RGB Variations
Color information
#438090 (or 0x438090) is known color: Jelly Bean. HEX triplet: 43, 80 and 90. RGB value is (67,128,144). Sum of RGB (Red+Green+Blue) = 67+128+144=339 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.76% from 339); Green value is 128 (50.39% from 255 or 37.76% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 144 - color contains mainly: blue. Hex color #438090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438090 is #BC7F6F. Grayscale: #6F6F6F. Windows color (decimal): -12353392 or 9470019. OLE color: 9470019.
HSL color Cylindrical-coordinate representation of color #438090: hue angle of 192.47º 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 #438090 is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 67 | 128 | 144 | - |
| CMYK | 0.53 | 0.11 | 0 | 0.44 |
| HSL | 192.47º | 0.36% | 0.41% | - |
| HSV(B) | 192.47º | 0.53% | 0.56% | - |
| XYZ | 15.07 | 18.65 | 29.19 | - |
| YUV | 111.59 | 146.29 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 128 | 144 | 0.53 | 0.11 | 0 | 0.44 | 192.47 | 0.36 | 0.41 |
| Hex | 43 | 80 | 90 | 35 | B | 0 | 2C | C0 | 24 | 29 |
| Octal | 103 | 200 | 220 | 65 | 13 | 0 | 54 | 300 | 44 | 51 |
| Binary | 1000011 | 10000000 | 10010000 | 110101 | 1011 | 0 | 101100 | 11000000 | 100100 | 101001 |
Color Harmonies of #438090
Complementary color
Monochromatic Colors of #438090
Black with #438090
Text Example
Text Example
White with #438090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438090; }
p { color: rgb(67,128,144); }
H1.HeaderClassName
{
color: #438090;
}
.AnyTagClassName
{
color: #438090;
}
</style>
background-color css
<style>
a { background-color: #438090; }
a { background-color: rgb(67,128,144); }
div.DivClassName
{
background-color: #438090;
}
.BgClassName
{
background-color: #438090;
}
</style>
border-color css
<style>
span { border-color: #438090; }
span { border-color: rgb(67,128,144); }
td.TdClassName
{
border-color: #438090;
}
.TagClassName
{
border-color: #438090;
}
</style>