Shades of Christalle #3A236D
Tints of Christalle #3A236D
RGB
CMYK
RGB Variations
Color information
#3A236D (or 0x3A236D) is known color: Christalle. HEX triplet: 3A, 23 and 6D. RGB value is (58,35,109). Sum of RGB (Red+Green+Blue) = 58+35+109=202 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.71% from 202); Green value is 35 (14.06% from 255 or 17.33% from 202); Blue value is 109 (42.97% from 255 or 53.96% from 202); Max value from RGB is 109 - color contains mainly: blue. Hex color #3A236D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A236D is #C5DC92. Grayscale: #323232. Windows color (decimal): -12967059 or 7152442. OLE color: 7152442.
HSL color Cylindrical-coordinate representation of color #3A236D: hue angle of 258.65º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A236D is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 58 | 35 | 109 | - |
| CMYK | 0.47 | 0.68 | 0 | 0.57 |
| HSL | 258.65º | 0.51% | 0.28% | - |
| HSV(B) | 258.65º | 0.68% | 0.43% | - |
| XYZ | 5.11 | 3.21 | 14.82 | - |
| YUV | 50.31 | 161.12 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 35 | 109 | 0.47 | 0.68 | 0 | 0.57 | 258.65 | 0.51 | 0.28 |
| Hex | 3A | 23 | 6D | 2F | 44 | 0 | 39 | 103 | 33 | 1C |
| Octal | 72 | 43 | 155 | 57 | 104 | 0 | 71 | 403 | 63 | 34 |
| Binary | 111010 | 100011 | 1101101 | 101111 | 1000100 | 0 | 111001 | 100000011 | 110011 | 11100 |
Color Harmonies of #3A236D
Complementary color
Monochromatic Colors of #3A236D
Black with #3A236D
Text Example
Text Example
White with #3A236D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A236D; }
p { color: rgb(58,35,109); }
H1.HeaderClassName
{
color: #3A236D;
}
.AnyTagClassName
{
color: #3A236D;
}
</style>
background-color css
<style>
a { background-color: #3A236D; }
a { background-color: rgb(58,35,109); }
div.DivClassName
{
background-color: #3A236D;
}
.BgClassName
{
background-color: #3A236D;
}
</style>
border-color css
<style>
span { border-color: #3A236D; }
span { border-color: rgb(58,35,109); }
td.TdClassName
{
border-color: #3A236D;
}
.TagClassName
{
border-color: #3A236D;
}
</style>