Shades of Christalle #341B69
Tints of Christalle #341B69
RGB
CMYK
RGB Variations
Color information
#341B69 (or 0x341B69) is known color: Christalle. HEX triplet: 34, 1B and 69. RGB value is (52,27,105). Sum of RGB (Red+Green+Blue) = 52+27+105=184 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.26% from 184); Green value is 27 (10.94% from 255 or 14.67% from 184); Blue value is 105 (41.41% from 255 or 57.07% from 184); Max value from RGB is 105 - color contains mainly: blue. Hex color #341B69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341B69 is #CBE496. Grayscale: #2B2B2B. Windows color (decimal): -13362327 or 6888244. OLE color: 6888244.
HSL color Cylindrical-coordinate representation of color #341B69: hue angle of 259.23º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #341B69 is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 52 | 27 | 105 | - |
| CMYK | 0.50 | 0.74 | 0 | 0.59 |
| HSL | 259.23º | 0.59% | 0.26% | - |
| HSV(B) | 259.23º | 0.74% | 0.41% | - |
| XYZ | 4.36 | 2.53 | 13.62 | - |
| YUV | 43.37 | 162.78 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 27 | 105 | 0.50 | 0.74 | 0 | 0.59 | 259.23 | 0.59 | 0.26 |
| Hex | 34 | 1B | 69 | 32 | 4A | 0 | 3B | 103 | 3B | 1A |
| Octal | 64 | 33 | 151 | 62 | 112 | 0 | 73 | 403 | 73 | 32 |
| Binary | 110100 | 11011 | 1101001 | 110010 | 1001010 | 0 | 111011 | 100000011 | 111011 | 11010 |
Color Harmonies of #341B69
Complementary color
Monochromatic Colors of #341B69
Black with #341B69
Text Example
Text Example
White with #341B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341B69; }
p { color: rgb(52,27,105); }
H1.HeaderClassName
{
color: #341B69;
}
.AnyTagClassName
{
color: #341B69;
}
</style>
background-color css
<style>
a { background-color: #341B69; }
a { background-color: rgb(52,27,105); }
div.DivClassName
{
background-color: #341B69;
}
.BgClassName
{
background-color: #341B69;
}
</style>
border-color css
<style>
span { border-color: #341B69; }
span { border-color: rgb(52,27,105); }
td.TdClassName
{
border-color: #341B69;
}
.TagClassName
{
border-color: #341B69;
}
</style>