Shades of Jelly Bean #438091
Tints of Jelly Bean #438091
RGB
CMYK
RGB Variations
Color information
#438091 (or 0x438091) is known color: Jelly Bean. HEX triplet: 43, 80 and 91. RGB value is (67,128,145). Sum of RGB (Red+Green+Blue) = 67+128+145=340 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.71% from 340); Green value is 128 (50.39% from 255 or 37.65% from 340); Blue value is 145 (57.03% from 255 or 42.65% from 340); Max value from RGB is 145 - color contains mainly: blue. Hex color #438091 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438091 is #BC7F6E. Grayscale: #6F6F6F. Windows color (decimal): -12353391 or 9535555. OLE color: 9535555.
HSL color Cylindrical-coordinate representation of color #438091: hue angle of 193.08º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #438091 is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 67 | 128 | 145 | - |
| CMYK | 0.54 | 0.12 | 0 | 0.43 |
| HSL | 193.08º | 0.37% | 0.42% | - |
| HSV(B) | 193.08º | 0.54% | 0.57% | - |
| XYZ | 15.14 | 18.68 | 29.59 | - |
| YUV | 111.7 | 146.79 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 128 | 145 | 0.54 | 0.12 | 0 | 0.43 | 193.08 | 0.37 | 0.42 |
| Hex | 43 | 80 | 91 | 36 | C | 0 | 2B | C1 | 25 | 2A |
| Octal | 103 | 200 | 221 | 66 | 14 | 0 | 53 | 301 | 45 | 52 |
| Binary | 1000011 | 10000000 | 10010001 | 110110 | 1100 | 0 | 101011 | 11000001 | 100101 | 101010 |
Color Harmonies of #438091
Complementary color
Monochromatic Colors of #438091
Black with #438091
Text Example
Text Example
White with #438091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438091; }
p { color: rgb(67,128,145); }
H1.HeaderClassName
{
color: #438091;
}
.AnyTagClassName
{
color: #438091;
}
</style>
background-color css
<style>
a { background-color: #438091; }
a { background-color: rgb(67,128,145); }
div.DivClassName
{
background-color: #438091;
}
.BgClassName
{
background-color: #438091;
}
</style>
border-color css
<style>
span { border-color: #438091; }
span { border-color: rgb(67,128,145); }
td.TdClassName
{
border-color: #438091;
}
.TagClassName
{
border-color: #438091;
}
</style>