Shades of Christalle #340F65
Tints of Christalle #340F65
RGB
CMYK
RGB Variations
Color information
#340F65 (or 0x340F65) is known color: Christalle. HEX triplet: 34, 0F and 65. RGB value is (52,15,101). Sum of RGB (Red+Green+Blue) = 52+15+101=168 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.95% from 168); Green value is 15 (6.25% from 255 or 8.93% from 168); Blue value is 101 (39.84% from 255 or 60.12% from 168); Max value from RGB is 101 - color contains mainly: blue. Hex color #340F65 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340F65 is #CBF09A. Grayscale: #232323. Windows color (decimal): -13365403 or 6623028. OLE color: 6623028.
HSL color Cylindrical-coordinate representation of color #340F65: hue angle of 265.81º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #340F65 is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 52 | 15 | 101 | - |
| CMYK | 0.49 | 0.85 | 0 | 0.60 |
| HSL | 265.81º | 0.74% | 0.23% | - |
| HSV(B) | 265.81º | 0.85% | 0.4% | - |
| XYZ | 3.94 | 2.01 | 12.49 | - |
| YUV | 35.87 | 164.76 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 15 | 101 | 0.49 | 0.85 | 0 | 0.60 | 265.81 | 0.74 | 0.23 |
| Hex | 34 | F | 65 | 31 | 55 | 0 | 3C | 10A | 4A | 17 |
| Octal | 64 | 17 | 145 | 61 | 125 | 0 | 74 | 412 | 112 | 27 |
| Binary | 110100 | 1111 | 1100101 | 110001 | 1010101 | 0 | 111100 | 100001010 | 1001010 | 10111 |
Color Harmonies of #340F65
Complementary color
Monochromatic Colors of #340F65
Black with #340F65
Text Example
Text Example
White with #340F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340F65; }
p { color: rgb(52,15,101); }
H1.HeaderClassName
{
color: #340F65;
}
.AnyTagClassName
{
color: #340F65;
}
</style>
background-color css
<style>
a { background-color: #340F65; }
a { background-color: rgb(52,15,101); }
div.DivClassName
{
background-color: #340F65;
}
.BgClassName
{
background-color: #340F65;
}
</style>
border-color css
<style>
span { border-color: #340F65; }
span { border-color: rgb(52,15,101); }
td.TdClassName
{
border-color: #340F65;
}
.TagClassName
{
border-color: #340F65;
}
</style>