Shades of Christalle #342265
Tints of Christalle #342265
RGB
CMYK
RGB Variations
Color information
#342265 (or 0x342265) is known color: Christalle. HEX triplet: 34, 22 and 65. RGB value is (52,34,101). Sum of RGB (Red+Green+Blue) = 52+34+101=187 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.81% from 187); Green value is 34 (13.67% from 255 or 18.18% from 187); Blue value is 101 (39.84% from 255 or 54.01% from 187); Max value from RGB is 101 - color contains mainly: blue. Hex color #342265 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342265 is #CBDD9A. Grayscale: #2E2E2E. Windows color (decimal): -13360539 or 6627892. OLE color: 6627892.
HSL color Cylindrical-coordinate representation of color #342265: hue angle of 256.12º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #342265 is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 52 | 34 | 101 | - |
| CMYK | 0.49 | 0.66 | 0 | 0.60 |
| HSL | 256.12º | 0.5% | 0.26% | - |
| HSV(B) | 256.12º | 0.66% | 0.4% | - |
| XYZ | 4.34 | 2.81 | 12.63 | - |
| YUV | 47.02 | 158.46 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 34 | 101 | 0.49 | 0.66 | 0 | 0.60 | 256.12 | 0.5 | 0.26 |
| Hex | 34 | 22 | 65 | 31 | 42 | 0 | 3C | 100 | 32 | 1A |
| Octal | 64 | 42 | 145 | 61 | 102 | 0 | 74 | 400 | 62 | 32 |
| Binary | 110100 | 100010 | 1100101 | 110001 | 1000010 | 0 | 111100 | 100000000 | 110010 | 11010 |
Color Harmonies of #342265
Complementary color
Monochromatic Colors of #342265
Black with #342265
Text Example
Text Example
White with #342265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342265; }
p { color: rgb(52,34,101); }
H1.HeaderClassName
{
color: #342265;
}
.AnyTagClassName
{
color: #342265;
}
</style>
background-color css
<style>
a { background-color: #342265; }
a { background-color: rgb(52,34,101); }
div.DivClassName
{
background-color: #342265;
}
.BgClassName
{
background-color: #342265;
}
</style>
border-color css
<style>
span { border-color: #342265; }
span { border-color: rgb(52,34,101); }
td.TdClassName
{
border-color: #342265;
}
.TagClassName
{
border-color: #342265;
}
</style>