Shades of Christalle #34075B
Tints of Christalle #34075B
RGB
CMYK
RGB Variations
Color information
#34075B (or 0x34075B) is known color: Christalle. HEX triplet: 34, 07 and 5B. RGB value is (52,7,91). Sum of RGB (Red+Green+Blue) = 52+7+91=150 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.67% from 150); Green value is 7 (3.12% from 255 or 4.67% from 150); Blue value is 91 (35.94% from 255 or 60.67% from 150); Max value from RGB is 91 - color contains mainly: blue. Hex color #34075B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34075B is #CBF8A4. Grayscale: #1D1D1D. Windows color (decimal): -13367461 or 5965620. OLE color: 5965620.
HSL color Cylindrical-coordinate representation of color #34075B: hue angle of 272.14º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #34075B is Cyan = 0.43, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 52 | 7 | 91 | - |
| CMYK | 0.43 | 0.92 | 0 | 0.64 |
| HSL | 272.14º | 0.86% | 0.19% | - |
| HSV(B) | 272.14º | 0.92% | 0.36% | - |
| XYZ | 3.38 | 1.64 | 10.04 | - |
| YUV | 30.03 | 162.41 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 7 | 91 | 0.43 | 0.92 | 0 | 0.64 | 272.14 | 0.86 | 0.19 |
| Hex | 34 | 7 | 5B | 2B | 5C | 0 | 40 | 110 | 56 | 13 |
| Octal | 64 | 7 | 133 | 53 | 134 | 0 | 100 | 420 | 126 | 23 |
| Binary | 110100 | 111 | 1011011 | 101011 | 1011100 | 0 | 1000000 | 100010000 | 1010110 | 10011 |
Color Harmonies of #34075B
Complementary color
Monochromatic Colors of #34075B
Black with #34075B
Text Example
Text Example
White with #34075B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34075B; }
p { color: rgb(52,7,91); }
H1.HeaderClassName
{
color: #34075B;
}
.AnyTagClassName
{
color: #34075B;
}
</style>
background-color css
<style>
a { background-color: #34075B; }
a { background-color: rgb(52,7,91); }
div.DivClassName
{
background-color: #34075B;
}
.BgClassName
{
background-color: #34075B;
}
</style>
border-color css
<style>
span { border-color: #34075B; }
span { border-color: rgb(52,7,91); }
td.TdClassName
{
border-color: #34075B;
}
.TagClassName
{
border-color: #34075B;
}
</style>