Shades of Christalle #3D2668
Tints of Christalle #3D2668
RGB
CMYK
RGB Variations
Color information
#3D2668 (or 0x3D2668) is known color: Christalle. HEX triplet: 3D, 26 and 68. RGB value is (61,38,104). Sum of RGB (Red+Green+Blue) = 61+38+104=203 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.05% from 203); Green value is 38 (15.23% from 255 or 18.72% from 203); Blue value is 104 (41.02% from 255 or 51.23% from 203); Max value from RGB is 104 - color contains mainly: blue. Hex color #3D2668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2668 is #C2D997. Grayscale: #343434. Windows color (decimal): -12769688 or 6825533. OLE color: 6825533.
HSL color Cylindrical-coordinate representation of color #3D2668: hue angle of 260.91º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3D2668 is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 61 | 38 | 104 | - |
| CMYK | 0.41 | 0.63 | 0 | 0.59 |
| HSL | 260.91º | 0.46% | 0.28% | - |
| HSV(B) | 260.91º | 0.63% | 0.41% | - |
| XYZ | 5.12 | 3.38 | 13.48 | - |
| YUV | 52.4 | 157.12 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 38 | 104 | 0.41 | 0.63 | 0 | 0.59 | 260.91 | 0.46 | 0.28 |
| Hex | 3D | 26 | 68 | 29 | 3F | 0 | 3B | 105 | 2E | 1C |
| Octal | 75 | 46 | 150 | 51 | 77 | 0 | 73 | 405 | 56 | 34 |
| Binary | 111101 | 100110 | 1101000 | 101001 | 111111 | 0 | 111011 | 100000101 | 101110 | 11100 |
Color Harmonies of #3D2668
Complementary color
Monochromatic Colors of #3D2668
Black with #3D2668
Text Example
Text Example
White with #3D2668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2668; }
p { color: rgb(61,38,104); }
H1.HeaderClassName
{
color: #3D2668;
}
.AnyTagClassName
{
color: #3D2668;
}
</style>
background-color css
<style>
a { background-color: #3D2668; }
a { background-color: rgb(61,38,104); }
div.DivClassName
{
background-color: #3D2668;
}
.BgClassName
{
background-color: #3D2668;
}
</style>
border-color css
<style>
span { border-color: #3D2668; }
span { border-color: rgb(61,38,104); }
td.TdClassName
{
border-color: #3D2668;
}
.TagClassName
{
border-color: #3D2668;
}
</style>