Shades of Christalle #34195A
Tints of Christalle #34195A
RGB
CMYK
RGB Variations
Color information
#34195A (or 0x34195A) is known color: Christalle. HEX triplet: 34, 19 and 5A. RGB value is (52,25,90). Sum of RGB (Red+Green+Blue) = 52+25+90=167 (22% of max value = 765). Red value is 52 (20.70% from 255 or 31.14% from 167); Green value is 25 (10.16% from 255 or 14.97% from 167); Blue value is 90 (35.55% from 255 or 53.89% from 167); Max value from RGB is 90 - color contains mainly: blue. Hex color #34195A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34195A is #CBE6A5. Grayscale: #282828. Windows color (decimal): -13362854 or 5904692. OLE color: 5904692.
HSL color Cylindrical-coordinate representation of color #34195A: hue angle of 264.92º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34195A is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 52 | 25 | 90 | - |
| CMYK | 0.42 | 0.72 | 0 | 0.65 |
| HSL | 264.92º | 0.57% | 0.23% | - |
| HSV(B) | 264.92º | 0.72% | 0.35% | - |
| XYZ | 3.61 | 2.16 | 9.9 | - |
| YUV | 40.48 | 155.95 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 25 | 90 | 0.42 | 0.72 | 0 | 0.65 | 264.92 | 0.57 | 0.23 |
| Hex | 34 | 19 | 5A | 2A | 48 | 0 | 41 | 109 | 39 | 17 |
| Octal | 64 | 31 | 132 | 52 | 110 | 0 | 101 | 411 | 71 | 27 |
| Binary | 110100 | 11001 | 1011010 | 101010 | 1001000 | 0 | 1000001 | 100001001 | 111001 | 10111 |
Color Harmonies of #34195A
Complementary color
Monochromatic Colors of #34195A
Black with #34195A
Text Example
Text Example
White with #34195A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34195A; }
p { color: rgb(52,25,90); }
H1.HeaderClassName
{
color: #34195A;
}
.AnyTagClassName
{
color: #34195A;
}
</style>
background-color css
<style>
a { background-color: #34195A; }
a { background-color: rgb(52,25,90); }
div.DivClassName
{
background-color: #34195A;
}
.BgClassName
{
background-color: #34195A;
}
</style>
border-color css
<style>
span { border-color: #34195A; }
span { border-color: rgb(52,25,90); }
td.TdClassName
{
border-color: #34195A;
}
.TagClassName
{
border-color: #34195A;
}
</style>