Shades of Christalle #341D56
Tints of Christalle #341D56
RGB
CMYK
RGB Variations
Color information
#341D56 (or 0x341D56) is known color: Christalle. HEX triplet: 34, 1D and 56. RGB value is (52,29,86). Sum of RGB (Red+Green+Blue) = 52+29+86=167 (22% of max value = 765). Red value is 52 (20.70% from 255 or 31.14% from 167); Green value is 29 (11.72% from 255 or 17.37% from 167); Blue value is 86 (33.98% from 255 or 51.50% from 167); Max value from RGB is 86 - color contains mainly: blue. Hex color #341D56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341D56 is #CBE2A9. Grayscale: #2A2A2A. Windows color (decimal): -13361834 or 5643572. OLE color: 5643572.
HSL color Cylindrical-coordinate representation of color #341D56: hue angle of 264.21º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #341D56 is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 52 | 29 | 86 | - |
| CMYK | 0.40 | 0.66 | 0 | 0.66 |
| HSL | 264.21º | 0.5% | 0.23% | - |
| HSV(B) | 264.21º | 0.66% | 0.34% | - |
| XYZ | 3.54 | 2.28 | 9.06 | - |
| YUV | 42.38 | 152.62 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 29 | 86 | 0.40 | 0.66 | 0 | 0.66 | 264.21 | 0.5 | 0.23 |
| Hex | 34 | 1D | 56 | 28 | 42 | 0 | 42 | 108 | 32 | 17 |
| Octal | 64 | 35 | 126 | 50 | 102 | 0 | 102 | 410 | 62 | 27 |
| Binary | 110100 | 11101 | 1010110 | 101000 | 1000010 | 0 | 1000010 | 100001000 | 110010 | 10111 |
Color Harmonies of #341D56
Complementary color
Monochromatic Colors of #341D56
Black with #341D56
Text Example
Text Example
White with #341D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341D56; }
p { color: rgb(52,29,86); }
H1.HeaderClassName
{
color: #341D56;
}
.AnyTagClassName
{
color: #341D56;
}
</style>
background-color css
<style>
a { background-color: #341D56; }
a { background-color: rgb(52,29,86); }
div.DivClassName
{
background-color: #341D56;
}
.BgClassName
{
background-color: #341D56;
}
</style>
border-color css
<style>
span { border-color: #341D56; }
span { border-color: rgb(52,29,86); }
td.TdClassName
{
border-color: #341D56;
}
.TagClassName
{
border-color: #341D56;
}
</style>