Shades of Christalle #34085D
Tints of Christalle #34085D
RGB
CMYK
RGB Variations
Color information
#34085D (or 0x34085D) is known color: Christalle. HEX triplet: 34, 08 and 5D. RGB value is (52,8,93). Sum of RGB (Red+Green+Blue) = 52+8+93=153 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.99% from 153); Green value is 8 (3.52% from 255 or 5.23% from 153); Blue value is 93 (36.72% from 255 or 60.78% from 153); Max value from RGB is 93 - color contains mainly: blue. Hex color #34085D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34085D is #CBF7A2. Grayscale: #1E1E1E. Windows color (decimal): -13367203 or 6096948. OLE color: 6096948.
HSL color Cylindrical-coordinate representation of color #34085D: hue angle of 271.06º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #34085D is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 8 | 93 | - |
| CMYK | 0.44 | 0.91 | 0 | 0.64 |
| HSL | 271.06º | 0.84% | 0.2% | - |
| HSV(B) | 271.06º | 0.91% | 0.36% | - |
| XYZ | 3.48 | 1.69 | 10.5 | - |
| YUV | 30.85 | 163.08 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 8 | 93 | 0.44 | 0.91 | 0 | 0.64 | 271.06 | 0.84 | 0.2 |
| Hex | 34 | 8 | 5D | 2C | 5B | 0 | 40 | 10F | 54 | 14 |
| Octal | 64 | 10 | 135 | 54 | 133 | 0 | 100 | 417 | 124 | 24 |
| Binary | 110100 | 1000 | 1011101 | 101100 | 1011011 | 0 | 1000000 | 100001111 | 1010100 | 10100 |
Color Harmonies of #34085D
Complementary color
Monochromatic Colors of #34085D
Black with #34085D
Text Example
Text Example
White with #34085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34085D; }
p { color: rgb(52,8,93); }
H1.HeaderClassName
{
color: #34085D;
}
.AnyTagClassName
{
color: #34085D;
}
</style>
background-color css
<style>
a { background-color: #34085D; }
a { background-color: rgb(52,8,93); }
div.DivClassName
{
background-color: #34085D;
}
.BgClassName
{
background-color: #34085D;
}
</style>
border-color css
<style>
span { border-color: #34085D; }
span { border-color: rgb(52,8,93); }
td.TdClassName
{
border-color: #34085D;
}
.TagClassName
{
border-color: #34085D;
}
</style>