Shades of Jagger #38224D
Tints of Jagger #38224D
RGB
CMYK
RGB Variations
Color information
#38224D (or 0x38224D) is known color: Jagger. HEX triplet: 38, 22 and 4D. RGB value is (56,34,77). Sum of RGB (Red+Green+Blue) = 56+34+77=167 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.53% from 167); Green value is 34 (13.67% from 255 or 20.36% from 167); Blue value is 77 (30.47% from 255 or 46.11% from 167); Max value from RGB is 77 - color contains mainly: blue. Hex color #38224D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38224D is #C7DDB2. Grayscale: #2D2D2D. Windows color (decimal): -13098419 or 5055032. OLE color: 5055032.
HSL color Cylindrical-coordinate representation of color #38224D: hue angle of 270.7º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #38224D is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 56 | 34 | 77 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.70 |
| HSL | 270.7º | 0.39% | 0.22% | - |
| HSV(B) | 270.7º | 0.56% | 0.3% | - |
| XYZ | 3.54 | 2.52 | 7.32 | - |
| YUV | 45.48 | 145.79 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 34 | 77 | 0.27 | 0.56 | 0 | 0.70 | 270.7 | 0.39 | 0.22 |
| Hex | 38 | 22 | 4D | 1B | 38 | 0 | 46 | 10F | 27 | 16 |
| Octal | 70 | 42 | 115 | 33 | 70 | 0 | 106 | 417 | 47 | 26 |
| Binary | 111000 | 100010 | 1001101 | 11011 | 111000 | 0 | 1000110 | 100001111 | 100111 | 10110 |
Color Harmonies of #38224D
Complementary color
Monochromatic Colors of #38224D
Black with #38224D
Text Example
Text Example
White with #38224D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38224D; }
p { color: rgb(56,34,77); }
H1.HeaderClassName
{
color: #38224D;
}
.AnyTagClassName
{
color: #38224D;
}
</style>
background-color css
<style>
a { background-color: #38224D; }
a { background-color: rgb(56,34,77); }
div.DivClassName
{
background-color: #38224D;
}
.BgClassName
{
background-color: #38224D;
}
</style>
border-color css
<style>
span { border-color: #38224D; }
span { border-color: rgb(56,34,77); }
td.TdClassName
{
border-color: #38224D;
}
.TagClassName
{
border-color: #38224D;
}
</style>