Shades of Christalle #34225E
Tints of Christalle #34225E
RGB
CMYK
RGB Variations
Color information
#34225E (or 0x34225E) is known color: Christalle. HEX triplet: 34, 22 and 5E. RGB value is (52,34,94). Sum of RGB (Red+Green+Blue) = 52+34+94=180 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.89% from 180); Green value is 34 (13.67% from 255 or 18.89% from 180); Blue value is 94 (37.11% from 255 or 52.22% from 180); Max value from RGB is 94 - color contains mainly: blue. Hex color #34225E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34225E is #CBDDA1. Grayscale: #2E2E2E. Windows color (decimal): -13360546 or 6169140. OLE color: 6169140.
HSL color Cylindrical-coordinate representation of color #34225E: hue angle of 258º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #34225E is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 52 | 34 | 94 | - |
| CMYK | 0.45 | 0.64 | 0 | 0.63 |
| HSL | 258º | 0.47% | 0.25% | - |
| HSV(B) | 258º | 0.64% | 0.37% | - |
| XYZ | 4.01 | 2.68 | 10.9 | - |
| YUV | 46.22 | 154.96 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 34 | 94 | 0.45 | 0.64 | 0 | 0.63 | 258 | 0.47 | 0.25 |
| Hex | 34 | 22 | 5E | 2D | 40 | 0 | 3F | 102 | 2F | 19 |
| Octal | 64 | 42 | 136 | 55 | 100 | 0 | 77 | 402 | 57 | 31 |
| Binary | 110100 | 100010 | 1011110 | 101101 | 1000000 | 0 | 111111 | 100000010 | 101111 | 11001 |
Color Harmonies of #34225E
Complementary color
Monochromatic Colors of #34225E
Black with #34225E
Text Example
Text Example
White with #34225E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34225E; }
p { color: rgb(52,34,94); }
H1.HeaderClassName
{
color: #34225E;
}
.AnyTagClassName
{
color: #34225E;
}
</style>
background-color css
<style>
a { background-color: #34225E; }
a { background-color: rgb(52,34,94); }
div.DivClassName
{
background-color: #34225E;
}
.BgClassName
{
background-color: #34225E;
}
</style>
border-color css
<style>
span { border-color: #34225E; }
span { border-color: rgb(52,34,94); }
td.TdClassName
{
border-color: #34225E;
}
.TagClassName
{
border-color: #34225E;
}
</style>