Shades of Christalle #351A68
Tints of Christalle #351A68
RGB
CMYK
RGB Variations
Color information
#351A68 (or 0x351A68) is known color: Christalle. HEX triplet: 35, 1A and 68. RGB value is (53,26,104). Sum of RGB (Red+Green+Blue) = 53+26+104=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 26 (10.55% from 255 or 14.21% from 183); Blue value is 104 (41.02% from 255 or 56.83% from 183); Max value from RGB is 104 - color contains mainly: blue. Hex color #351A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #351A68 is #CAE597. Grayscale: #2A2A2A. Windows color (decimal): -13297048 or 6822453. OLE color: 6822453.
HSL color Cylindrical-coordinate representation of color #351A68: hue angle of 260.77º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #351A68 is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 53 | 26 | 104 | - |
| CMYK | 0.49 | 0.75 | 0 | 0.59 |
| HSL | 260.77º | 0.6% | 0.25% | - |
| HSV(B) | 260.77º | 0.75% | 0.41% | - |
| XYZ | 4.34 | 2.5 | 13.35 | - |
| YUV | 42.97 | 162.45 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 26 | 104 | 0.49 | 0.75 | 0 | 0.59 | 260.77 | 0.6 | 0.25 |
| Hex | 35 | 1A | 68 | 31 | 4B | 0 | 3B | 105 | 3C | 19 |
| Octal | 65 | 32 | 150 | 61 | 113 | 0 | 73 | 405 | 74 | 31 |
| Binary | 110101 | 11010 | 1101000 | 110001 | 1001011 | 0 | 111011 | 100000101 | 111100 | 11001 |
Color Harmonies of #351A68
Complementary color
Monochromatic Colors of #351A68
Black with #351A68
Text Example
Text Example
White with #351A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351A68; }
p { color: rgb(53,26,104); }
H1.HeaderClassName
{
color: #351A68;
}
.AnyTagClassName
{
color: #351A68;
}
</style>
background-color css
<style>
a { background-color: #351A68; }
a { background-color: rgb(53,26,104); }
div.DivClassName
{
background-color: #351A68;
}
.BgClassName
{
background-color: #351A68;
}
</style>
border-color css
<style>
span { border-color: #351A68; }
span { border-color: rgb(53,26,104); }
td.TdClassName
{
border-color: #351A68;
}
.TagClassName
{
border-color: #351A68;
}
</style>