Shades of Christalle #34206C
Tints of Christalle #34206C
RGB
CMYK
RGB Variations
Color information
#34206C (or 0x34206C) is known color: Christalle. HEX triplet: 34, 20 and 6C. RGB value is (52,32,108). Sum of RGB (Red+Green+Blue) = 52+32+108=192 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.08% from 192); Green value is 32 (12.89% from 255 or 16.67% from 192); Blue value is 108 (42.58% from 255 or 56.25% from 192); Max value from RGB is 108 - color contains mainly: blue. Hex color #34206C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34206C is #CBDF93. Grayscale: #2E2E2E. Windows color (decimal): -13361044 or 7086132. OLE color: 7086132.
HSL color Cylindrical-coordinate representation of color #34206C: hue angle of 255.79º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34206C is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 52 | 32 | 108 | - |
| CMYK | 0.52 | 0.70 | 0 | 0.58 |
| HSL | 255.79º | 0.54% | 0.27% | - |
| HSV(B) | 255.79º | 0.7% | 0.42% | - |
| XYZ | 4.64 | 2.85 | 14.49 | - |
| YUV | 46.64 | 162.63 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 32 | 108 | 0.52 | 0.70 | 0 | 0.58 | 255.79 | 0.54 | 0.27 |
| Hex | 34 | 20 | 6C | 34 | 46 | 0 | 3A | 100 | 36 | 1B |
| Octal | 64 | 40 | 154 | 64 | 106 | 0 | 72 | 400 | 66 | 33 |
| Binary | 110100 | 100000 | 1101100 | 110100 | 1000110 | 0 | 111010 | 100000000 | 110110 | 11011 |
Color Harmonies of #34206C
Complementary color
Monochromatic Colors of #34206C
Black with #34206C
Text Example
Text Example
White with #34206C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34206C; }
p { color: rgb(52,32,108); }
H1.HeaderClassName
{
color: #34206C;
}
.AnyTagClassName
{
color: #34206C;
}
</style>
background-color css
<style>
a { background-color: #34206C; }
a { background-color: rgb(52,32,108); }
div.DivClassName
{
background-color: #34206C;
}
.BgClassName
{
background-color: #34206C;
}
</style>
border-color css
<style>
span { border-color: #34206C; }
span { border-color: rgb(52,32,108); }
td.TdClassName
{
border-color: #34206C;
}
.TagClassName
{
border-color: #34206C;
}
</style>