Shades of Christalle #34005C
Tints of Christalle #34005C
RGB
CMYK
RGB Variations
Color information
#34005C (or 0x34005C) is known color: Christalle. HEX triplet: 34, 00 and 5C. RGB value is (52,0,92). Sum of RGB (Red+Green+Blue) = 52+0+92=144 (19% of max value = 765). Red value is 52 (20.70% from 255 or 36.11% from 144); Green value is 0 (0.39% from 255 or 0% from 144); Blue value is 92 (36.33% from 255 or 63.89% from 144); Max value from RGB is 92 - color contains mainly: blue. Hex color #34005C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34005C is #CBFFA3. Grayscale: #191919. Windows color (decimal): -13369252 or 6029364. OLE color: 6029364.
HSL color Cylindrical-coordinate representation of color #34005C: hue angle of 273.91º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #34005C is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 0 | 92 | - |
| CMYK | 0.43 | 1 | 0 | 0.64 |
| HSL | 273.91º | 1% | 0.18% | - |
| HSV(B) | 273.91º | 1% | 0.36% | - |
| XYZ | 3.35 | 1.5 | 10.24 | - |
| YUV | 26.04 | 165.23 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 0 | 92 | 0.43 | 1 | 0 | 0.64 | 273.91 | 1 | 0.18 |
| Hex | 34 | 0 | 5C | 2B | 64 | 0 | 40 | 112 | 64 | 12 |
| Octal | 64 | 0 | 134 | 53 | 144 | 0 | 100 | 422 | 144 | 22 |
| Binary | 110100 | 0 | 1011100 | 101011 | 1100100 | 0 | 1000000 | 100010010 | 1100100 | 10010 |
Color Harmonies of #34005C
Complementary color
Monochromatic Colors of #34005C
Black with #34005C
Text Example
Text Example
White with #34005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34005C; }
p { color: rgb(52,0,92); }
H1.HeaderClassName
{
color: #34005C;
}
.AnyTagClassName
{
color: #34005C;
}
</style>
background-color css
<style>
a { background-color: #34005C; }
a { background-color: rgb(52,0,92); }
div.DivClassName
{
background-color: #34005C;
}
.BgClassName
{
background-color: #34005C;
}
</style>
border-color css
<style>
span { border-color: #34005C; }
span { border-color: rgb(52,0,92); }
td.TdClassName
{
border-color: #34005C;
}
.TagClassName
{
border-color: #34005C;
}
</style>