Shades of Christalle #34055B
Tints of Christalle #34055B
RGB
CMYK
RGB Variations
Color information
#34055B (or 0x34055B) is known color: Christalle. HEX triplet: 34, 05 and 5B. RGB value is (52,5,91). Sum of RGB (Red+Green+Blue) = 52+5+91=148 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.14% from 148); Green value is 5 (2.34% from 255 or 3.38% from 148); Blue value is 91 (35.94% from 255 or 61.49% from 148); Max value from RGB is 91 - color contains mainly: blue. Hex color #34055B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34055B is #CBFAA4. Grayscale: #1C1C1C. Windows color (decimal): -13367973 or 5965108. OLE color: 5965108.
HSL color Cylindrical-coordinate representation of color #34055B: hue angle of 272.79º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #34055B is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 5 | 91 | - |
| CMYK | 0.43 | 0.95 | 0 | 0.64 |
| HSL | 272.79º | 0.9% | 0.19% | - |
| HSV(B) | 272.79º | 0.95% | 0.36% | - |
| XYZ | 3.36 | 1.59 | 10.03 | - |
| YUV | 28.86 | 163.07 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 5 | 91 | 0.43 | 0.95 | 0 | 0.64 | 272.79 | 0.9 | 0.19 |
| Hex | 34 | 5 | 5B | 2B | 5F | 0 | 40 | 111 | 5A | 13 |
| Octal | 64 | 5 | 133 | 53 | 137 | 0 | 100 | 421 | 132 | 23 |
| Binary | 110100 | 101 | 1011011 | 101011 | 1011111 | 0 | 1000000 | 100010001 | 1011010 | 10011 |
Color Harmonies of #34055B
Complementary color
Monochromatic Colors of #34055B
Black with #34055B
Text Example
Text Example
White with #34055B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34055B; }
p { color: rgb(52,5,91); }
H1.HeaderClassName
{
color: #34055B;
}
.AnyTagClassName
{
color: #34055B;
}
</style>
background-color css
<style>
a { background-color: #34055B; }
a { background-color: rgb(52,5,91); }
div.DivClassName
{
background-color: #34055B;
}
.BgClassName
{
background-color: #34055B;
}
</style>
border-color css
<style>
span { border-color: #34055B; }
span { border-color: rgb(52,5,91); }
td.TdClassName
{
border-color: #34055B;
}
.TagClassName
{
border-color: #34055B;
}
</style>