Shades of Christalle #351F64
Tints of Christalle #351F64
RGB
CMYK
RGB Variations
Color information
#351F64 (or 0x351F64) is known color: Christalle. HEX triplet: 35, 1F and 64. RGB value is (53,31,100). Sum of RGB (Red+Green+Blue) = 53+31+100=184 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.80% from 184); Green value is 31 (12.5% from 255 or 16.85% from 184); Blue value is 100 (39.45% from 255 or 54.35% from 184); Max value from RGB is 100 - color contains mainly: blue. Hex color #351F64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351F64 is #CAE09B. Grayscale: #2D2D2D. Windows color (decimal): -13295772 or 6561589. OLE color: 6561589.
HSL color Cylindrical-coordinate representation of color #351F64: hue angle of 259.13º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #351F64 is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 53 | 31 | 100 | - |
| CMYK | 0.47 | 0.69 | 0 | 0.61 |
| HSL | 259.13º | 0.53% | 0.26% | - |
| HSV(B) | 259.13º | 0.69% | 0.39% | - |
| XYZ | 4.26 | 2.66 | 12.34 | - |
| YUV | 45.44 | 158.79 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 31 | 100 | 0.47 | 0.69 | 0 | 0.61 | 259.13 | 0.53 | 0.26 |
| Hex | 35 | 1F | 64 | 2F | 45 | 0 | 3D | 103 | 35 | 1A |
| Octal | 65 | 37 | 144 | 57 | 105 | 0 | 75 | 403 | 65 | 32 |
| Binary | 110101 | 11111 | 1100100 | 101111 | 1000101 | 0 | 111101 | 100000011 | 110101 | 11010 |
Color Harmonies of #351F64
Complementary color
Monochromatic Colors of #351F64
Black with #351F64
Text Example
Text Example
White with #351F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351F64; }
p { color: rgb(53,31,100); }
H1.HeaderClassName
{
color: #351F64;
}
.AnyTagClassName
{
color: #351F64;
}
</style>
background-color css
<style>
a { background-color: #351F64; }
a { background-color: rgb(53,31,100); }
div.DivClassName
{
background-color: #351F64;
}
.BgClassName
{
background-color: #351F64;
}
</style>
border-color css
<style>
span { border-color: #351F64; }
span { border-color: rgb(53,31,100); }
td.TdClassName
{
border-color: #351F64;
}
.TagClassName
{
border-color: #351F64;
}
</style>