Shades of Christalle #34166B
Tints of Christalle #34166B
RGB
CMYK
RGB Variations
Color information
#34166B (or 0x34166B) is known color: Christalle. HEX triplet: 34, 16 and 6B. RGB value is (52,22,107). Sum of RGB (Red+Green+Blue) = 52+22+107=181 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.73% from 181); Green value is 22 (8.98% from 255 or 12.15% from 181); Blue value is 107 (42.19% from 255 or 59.12% from 181); Max value from RGB is 107 - color contains mainly: blue. Hex color #34166B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34166B is #CBE994. Grayscale: #282828. Windows color (decimal): -13363605 or 7018036. OLE color: 7018036.
HSL color Cylindrical-coordinate representation of color #34166B: hue angle of 261.18º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34166B is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 52 | 22 | 107 | - |
| CMYK | 0.51 | 0.79 | 0 | 0.58 |
| HSL | 261.18º | 0.66% | 0.25% | - |
| HSV(B) | 261.18º | 0.79% | 0.42% | - |
| XYZ | 4.36 | 2.37 | 14.14 | - |
| YUV | 40.66 | 165.44 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 22 | 107 | 0.51 | 0.79 | 0 | 0.58 | 261.18 | 0.66 | 0.25 |
| Hex | 34 | 16 | 6B | 33 | 4F | 0 | 3A | 105 | 42 | 19 |
| Octal | 64 | 26 | 153 | 63 | 117 | 0 | 72 | 405 | 102 | 31 |
| Binary | 110100 | 10110 | 1101011 | 110011 | 1001111 | 0 | 111010 | 100000101 | 1000010 | 11001 |
Color Harmonies of #34166B
Complementary color
Monochromatic Colors of #34166B
Black with #34166B
Text Example
Text Example
White with #34166B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34166B; }
p { color: rgb(52,22,107); }
H1.HeaderClassName
{
color: #34166B;
}
.AnyTagClassName
{
color: #34166B;
}
</style>
background-color css
<style>
a { background-color: #34166B; }
a { background-color: rgb(52,22,107); }
div.DivClassName
{
background-color: #34166B;
}
.BgClassName
{
background-color: #34166B;
}
</style>
border-color css
<style>
span { border-color: #34166B; }
span { border-color: rgb(52,22,107); }
td.TdClassName
{
border-color: #34166B;
}
.TagClassName
{
border-color: #34166B;
}
</style>