Shades of Jagger #38264C
Tints of Jagger #38264C
RGB
CMYK
RGB Variations
Color information
#38264C (or 0x38264C) is known color: Jagger. HEX triplet: 38, 26 and 4C. RGB value is (56,38,76). Sum of RGB (Red+Green+Blue) = 56+38+76=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 38 (15.23% from 255 or 22.35% from 170); Blue value is 76 (30.08% from 255 or 44.71% from 170); Max value from RGB is 76 - color contains mainly: blue. Hex color #38264C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38264C is #C7D9B3. Grayscale: #2F2F2F. Windows color (decimal): -13097396 or 4990520. OLE color: 4990520.
HSL color Cylindrical-coordinate representation of color #38264C: hue angle of 268.42º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #38264C is Cyan = 0.26, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 56 | 38 | 76 | - |
| CMYK | 0.26 | 0.5 | 0 | 0.70 |
| HSL | 268.42º | 0.33% | 0.22% | - |
| HSV(B) | 268.42º | 0.5% | 0.3% | - |
| XYZ | 3.63 | 2.75 | 7.18 | - |
| YUV | 47.71 | 143.96 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 38 | 76 | 0.26 | 0.5 | 0 | 0.70 | 268.42 | 0.33 | 0.22 |
| Hex | 38 | 26 | 4C | 1A | 32 | 0 | 46 | 10C | 21 | 16 |
| Octal | 70 | 46 | 114 | 32 | 62 | 0 | 106 | 414 | 41 | 26 |
| Binary | 111000 | 100110 | 1001100 | 11010 | 110010 | 0 | 1000110 | 100001100 | 100001 | 10110 |
Color Harmonies of #38264C
Complementary color
Monochromatic Colors of #38264C
Black with #38264C
Text Example
Text Example
White with #38264C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38264C; }
p { color: rgb(56,38,76); }
H1.HeaderClassName
{
color: #38264C;
}
.AnyTagClassName
{
color: #38264C;
}
</style>
background-color css
<style>
a { background-color: #38264C; }
a { background-color: rgb(56,38,76); }
div.DivClassName
{
background-color: #38264C;
}
.BgClassName
{
background-color: #38264C;
}
</style>
border-color css
<style>
span { border-color: #38264C; }
span { border-color: rgb(56,38,76); }
td.TdClassName
{
border-color: #38264C;
}
.TagClassName
{
border-color: #38264C;
}
</style>