Shades of Jelly Bean #38818E
Tints of Jelly Bean #38818E
RGB
CMYK
RGB Variations
Color information
#38818E (or 0x38818E) is known color: Jelly Bean. HEX triplet: 38, 81 and 8E. RGB value is (56,129,142). Sum of RGB (Red+Green+Blue) = 56+129+142=327 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.13% from 327); Green value is 129 (50.78% from 255 or 39.45% from 327); Blue value is 142 (55.86% from 255 or 43.43% from 327); Max value from RGB is 142 - color contains mainly: blue. Hex color #38818E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38818E is #C77E71. Grayscale: #6C6C6C. Windows color (decimal): -13074034 or 9339192. OLE color: 9339192.
HSL color Cylindrical-coordinate representation of color #38818E: hue angle of 189.07º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #38818E is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 56 | 129 | 142 | - |
| CMYK | 0.61 | 0.09 | 0 | 0.44 |
| HSL | 189.07º | 0.43% | 0.39% | - |
| HSV(B) | 189.07º | 0.61% | 0.56% | - |
| XYZ | 14.36 | 18.49 | 28.4 | - |
| YUV | 108.66 | 146.82 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 129 | 142 | 0.61 | 0.09 | 0 | 0.44 | 189.07 | 0.43 | 0.39 |
| Hex | 38 | 81 | 8E | 3D | 9 | 0 | 2C | BD | 2B | 27 |
| Octal | 70 | 201 | 216 | 75 | 11 | 0 | 54 | 275 | 53 | 47 |
| Binary | 111000 | 10000001 | 10001110 | 111101 | 1001 | 0 | 101100 | 10111101 | 101011 | 100111 |
Color Harmonies of #38818E
Complementary color
Monochromatic Colors of #38818E
Black with #38818E
Text Example
Text Example
White with #38818E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38818E; }
p { color: rgb(56,129,142); }
H1.HeaderClassName
{
color: #38818E;
}
.AnyTagClassName
{
color: #38818E;
}
</style>
background-color css
<style>
a { background-color: #38818E; }
a { background-color: rgb(56,129,142); }
div.DivClassName
{
background-color: #38818E;
}
.BgClassName
{
background-color: #38818E;
}
</style>
border-color css
<style>
span { border-color: #38818E; }
span { border-color: rgb(56,129,142); }
td.TdClassName
{
border-color: #38818E;
}
.TagClassName
{
border-color: #38818E;
}
</style>