Shades of Christalle #3A166C
Tints of Christalle #3A166C
RGB
CMYK
RGB Variations
Color information
#3A166C (or 0x3A166C) is known color: Christalle. HEX triplet: 3A, 16 and 6C. RGB value is (58,22,108). Sum of RGB (Red+Green+Blue) = 58+22+108=188 (24% of max value = 765). Red value is 58 (23.05% from 255 or 30.85% from 188); Green value is 22 (8.98% from 255 or 11.70% from 188); Blue value is 108 (42.58% from 255 or 57.45% from 188); Max value from RGB is 108 - color contains mainly: blue. Hex color #3A166C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A166C is #C5E993. Grayscale: #2A2A2A. Windows color (decimal): -12970388 or 7083578. OLE color: 7083578.
HSL color Cylindrical-coordinate representation of color #3A166C: hue angle of 265.12º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3A166C is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 58 | 22 | 108 | - |
| CMYK | 0.46 | 0.80 | 0 | 0.58 |
| HSL | 265.12º | 0.66% | 0.25% | - |
| HSV(B) | 265.12º | 0.8% | 0.42% | - |
| XYZ | 4.74 | 2.56 | 14.43 | - |
| YUV | 42.57 | 164.93 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 22 | 108 | 0.46 | 0.80 | 0 | 0.58 | 265.12 | 0.66 | 0.25 |
| Hex | 3A | 16 | 6C | 2E | 50 | 0 | 3A | 109 | 42 | 19 |
| Octal | 72 | 26 | 154 | 56 | 120 | 0 | 72 | 411 | 102 | 31 |
| Binary | 111010 | 10110 | 1101100 | 101110 | 1010000 | 0 | 111010 | 100001001 | 1000010 | 11001 |
Color Harmonies of #3A166C
Complementary color
Monochromatic Colors of #3A166C
Black with #3A166C
Text Example
Text Example
White with #3A166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A166C; }
p { color: rgb(58,22,108); }
H1.HeaderClassName
{
color: #3A166C;
}
.AnyTagClassName
{
color: #3A166C;
}
</style>
background-color css
<style>
a { background-color: #3A166C; }
a { background-color: rgb(58,22,108); }
div.DivClassName
{
background-color: #3A166C;
}
.BgClassName
{
background-color: #3A166C;
}
</style>
border-color css
<style>
span { border-color: #3A166C; }
span { border-color: rgb(58,22,108); }
td.TdClassName
{
border-color: #3A166C;
}
.TagClassName
{
border-color: #3A166C;
}
</style>