Shades of Jagger #3A234B
Tints of Jagger #3A234B
RGB
CMYK
RGB Variations
Color information
#3A234B (or 0x3A234B) is known color: Jagger. HEX triplet: 3A, 23 and 4B. RGB value is (58,35,75). Sum of RGB (Red+Green+Blue) = 58+35+75=168 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.52% from 168); Green value is 35 (14.06% from 255 or 20.83% from 168); Blue value is 75 (29.69% from 255 or 44.64% from 168); Max value from RGB is 75 - color contains mainly: blue. Hex color #3A234B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A234B is #C5DCB4. Grayscale: #2E2E2E. Windows color (decimal): -12967093 or 4924218. OLE color: 4924218.
HSL color Cylindrical-coordinate representation of color #3A234B: hue angle of 274.5º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A234B is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 58 | 35 | 75 | - |
| CMYK | 0.23 | 0.53 | 0 | 0.71 |
| HSL | 274.5º | 0.36% | 0.22% | - |
| HSV(B) | 274.5º | 0.53% | 0.29% | - |
| XYZ | 3.62 | 2.61 | 6.97 | - |
| YUV | 46.44 | 144.12 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 35 | 75 | 0.23 | 0.53 | 0 | 0.71 | 274.5 | 0.36 | 0.22 |
| Hex | 3A | 23 | 4B | 17 | 35 | 0 | 47 | 112 | 24 | 16 |
| Octal | 72 | 43 | 113 | 27 | 65 | 0 | 107 | 422 | 44 | 26 |
| Binary | 111010 | 100011 | 1001011 | 10111 | 110101 | 0 | 1000111 | 100010010 | 100100 | 10110 |
Color Harmonies of #3A234B
Complementary color
Monochromatic Colors of #3A234B
Black with #3A234B
Text Example
Text Example
White with #3A234B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A234B; }
p { color: rgb(58,35,75); }
H1.HeaderClassName
{
color: #3A234B;
}
.AnyTagClassName
{
color: #3A234B;
}
</style>
background-color css
<style>
a { background-color: #3A234B; }
a { background-color: rgb(58,35,75); }
div.DivClassName
{
background-color: #3A234B;
}
.BgClassName
{
background-color: #3A234B;
}
</style>
border-color css
<style>
span { border-color: #3A234B; }
span { border-color: rgb(58,35,75); }
td.TdClassName
{
border-color: #3A234B;
}
.TagClassName
{
border-color: #3A234B;
}
</style>