Shades of Christalle #34035D
Tints of Christalle #34035D
RGB
CMYK
RGB Variations
Color information
#34035D (or 0x34035D) is known color: Christalle. HEX triplet: 34, 03 and 5D. RGB value is (52,3,93). Sum of RGB (Red+Green+Blue) = 52+3+93=148 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.14% from 148); Green value is 3 (1.56% from 255 or 2.03% from 148); Blue value is 93 (36.72% from 255 or 62.84% from 148); Max value from RGB is 93 - color contains mainly: blue. Hex color #34035D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34035D is #CBFCA2. Grayscale: #1B1B1B. Windows color (decimal): -13368483 or 6095668. OLE color: 6095668.
HSL color Cylindrical-coordinate representation of color #34035D: hue angle of 272.67º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #34035D is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 3 | 93 | - |
| CMYK | 0.44 | 0.97 | 0 | 0.64 |
| HSL | 272.67º | 0.94% | 0.19% | - |
| HSV(B) | 272.67º | 0.97% | 0.36% | - |
| XYZ | 3.42 | 1.59 | 10.48 | - |
| YUV | 27.91 | 164.73 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 3 | 93 | 0.44 | 0.97 | 0 | 0.64 | 272.67 | 0.94 | 0.19 |
| Hex | 34 | 3 | 5D | 2C | 61 | 0 | 40 | 111 | 5E | 13 |
| Octal | 64 | 3 | 135 | 54 | 141 | 0 | 100 | 421 | 136 | 23 |
| Binary | 110100 | 11 | 1011101 | 101100 | 1100001 | 0 | 1000000 | 100010001 | 1011110 | 10011 |
Color Harmonies of #34035D
Complementary color
Monochromatic Colors of #34035D
Black with #34035D
Text Example
Text Example
White with #34035D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34035D; }
p { color: rgb(52,3,93); }
H1.HeaderClassName
{
color: #34035D;
}
.AnyTagClassName
{
color: #34035D;
}
</style>
background-color css
<style>
a { background-color: #34035D; }
a { background-color: rgb(52,3,93); }
div.DivClassName
{
background-color: #34035D;
}
.BgClassName
{
background-color: #34035D;
}
</style>
border-color css
<style>
span { border-color: #34035D; }
span { border-color: rgb(52,3,93); }
td.TdClassName
{
border-color: #34035D;
}
.TagClassName
{
border-color: #34035D;
}
</style>