Shades of Christalle #34085A
Tints of Christalle #34085A
RGB
CMYK
RGB Variations
Color information
#34085A (or 0x34085A) is known color: Christalle. HEX triplet: 34, 08 and 5A. RGB value is (52,8,90). Sum of RGB (Red+Green+Blue) = 52+8+90=150 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.67% from 150); Green value is 8 (3.52% from 255 or 5.33% from 150); Blue value is 90 (35.55% from 255 or 60% from 150); Max value from RGB is 90 - color contains mainly: blue. Hex color #34085A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34085A is #CBF7A5. Grayscale: #1E1E1E. Windows color (decimal): -13367206 or 5900340. OLE color: 5900340.
HSL color Cylindrical-coordinate representation of color #34085A: hue angle of 272.2º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #34085A is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 52 | 8 | 90 | - |
| CMYK | 0.42 | 0.91 | 0 | 0.65 |
| HSL | 272.2º | 0.84% | 0.19% | - |
| HSV(B) | 272.2º | 0.91% | 0.35% | - |
| XYZ | 3.35 | 1.64 | 9.81 | - |
| YUV | 30.5 | 161.58 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 8 | 90 | 0.42 | 0.91 | 0 | 0.65 | 272.2 | 0.84 | 0.19 |
| Hex | 34 | 8 | 5A | 2A | 5B | 0 | 41 | 110 | 54 | 13 |
| Octal | 64 | 10 | 132 | 52 | 133 | 0 | 101 | 420 | 124 | 23 |
| Binary | 110100 | 1000 | 1011010 | 101010 | 1011011 | 0 | 1000001 | 100010000 | 1010100 | 10011 |
Color Harmonies of #34085A
Complementary color
Monochromatic Colors of #34085A
Black with #34085A
Text Example
Text Example
White with #34085A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34085A; }
p { color: rgb(52,8,90); }
H1.HeaderClassName
{
color: #34085A;
}
.AnyTagClassName
{
color: #34085A;
}
</style>
background-color css
<style>
a { background-color: #34085A; }
a { background-color: rgb(52,8,90); }
div.DivClassName
{
background-color: #34085A;
}
.BgClassName
{
background-color: #34085A;
}
</style>
border-color css
<style>
span { border-color: #34085A; }
span { border-color: rgb(52,8,90); }
td.TdClassName
{
border-color: #34085A;
}
.TagClassName
{
border-color: #34085A;
}
</style>