Shades of Christalle #341E65
Tints of Christalle #341E65
RGB
CMYK
RGB Variations
Color information
#341E65 (or 0x341E65) is known color: Christalle. HEX triplet: 34, 1E and 65. RGB value is (52,30,101). Sum of RGB (Red+Green+Blue) = 52+30+101=183 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.42% from 183); Green value is 30 (12.11% from 255 or 16.39% from 183); Blue value is 101 (39.84% from 255 or 55.19% from 183); Max value from RGB is 101 - color contains mainly: blue. Hex color #341E65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341E65 is #CBE19A. Grayscale: #2C2C2C. Windows color (decimal): -13361563 or 6626868. OLE color: 6626868.
HSL color Cylindrical-coordinate representation of color #341E65: hue angle of 258.59º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #341E65 is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 52 | 30 | 101 | - |
| CMYK | 0.49 | 0.70 | 0 | 0.60 |
| HSL | 258.59º | 0.54% | 0.26% | - |
| HSV(B) | 258.59º | 0.7% | 0.4% | - |
| XYZ | 4.23 | 2.6 | 12.59 | - |
| YUV | 44.67 | 159.79 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 30 | 101 | 0.49 | 0.70 | 0 | 0.60 | 258.59 | 0.54 | 0.26 |
| Hex | 34 | 1E | 65 | 31 | 46 | 0 | 3C | 103 | 36 | 1A |
| Octal | 64 | 36 | 145 | 61 | 106 | 0 | 74 | 403 | 66 | 32 |
| Binary | 110100 | 11110 | 1100101 | 110001 | 1000110 | 0 | 111100 | 100000011 | 110110 | 11010 |
Color Harmonies of #341E65
Complementary color
Monochromatic Colors of #341E65
Black with #341E65
Text Example
Text Example
White with #341E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341E65; }
p { color: rgb(52,30,101); }
H1.HeaderClassName
{
color: #341E65;
}
.AnyTagClassName
{
color: #341E65;
}
</style>
background-color css
<style>
a { background-color: #341E65; }
a { background-color: rgb(52,30,101); }
div.DivClassName
{
background-color: #341E65;
}
.BgClassName
{
background-color: #341E65;
}
</style>
border-color css
<style>
span { border-color: #341E65; }
span { border-color: rgb(52,30,101); }
td.TdClassName
{
border-color: #341E65;
}
.TagClassName
{
border-color: #341E65;
}
</style>