Shades of Christalle #38236D
Tints of Christalle #38236D
RGB
CMYK
RGB Variations
Color information
#38236D (or 0x38236D) is known color: Christalle. HEX triplet: 38, 23 and 6D. RGB value is (56,35,109). Sum of RGB (Red+Green+Blue) = 56+35+109=200 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 109 (42.97% from 255 or 54.5% from 200); Max value from RGB is 109 - color contains mainly: blue. Hex color #38236D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38236D is #C7DC92. Grayscale: #313131. Windows color (decimal): -13098131 or 7152440. OLE color: 7152440.
HSL color Cylindrical-coordinate representation of color #38236D: hue angle of 257.03º 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 #38236D is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 56 | 35 | 109 | - |
| CMYK | 0.49 | 0.68 | 0 | 0.57 |
| HSL | 257.03º | 0.51% | 0.28% | - |
| HSV(B) | 257.03º | 0.68% | 0.43% | - |
| XYZ | 4.99 | 3.15 | 14.81 | - |
| YUV | 49.72 | 161.46 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 35 | 109 | 0.49 | 0.68 | 0 | 0.57 | 257.03 | 0.51 | 0.28 |
| Hex | 38 | 23 | 6D | 31 | 44 | 0 | 39 | 101 | 33 | 1C |
| Octal | 70 | 43 | 155 | 61 | 104 | 0 | 71 | 401 | 63 | 34 |
| Binary | 111000 | 100011 | 1101101 | 110001 | 1000100 | 0 | 111001 | 100000001 | 110011 | 11100 |
Color Harmonies of #38236D
Complementary color
Monochromatic Colors of #38236D
Black with #38236D
Text Example
Text Example
White with #38236D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38236D; }
p { color: rgb(56,35,109); }
H1.HeaderClassName
{
color: #38236D;
}
.AnyTagClassName
{
color: #38236D;
}
</style>
background-color css
<style>
a { background-color: #38236D; }
a { background-color: rgb(56,35,109); }
div.DivClassName
{
background-color: #38236D;
}
.BgClassName
{
background-color: #38236D;
}
</style>
border-color css
<style>
span { border-color: #38236D; }
span { border-color: rgb(56,35,109); }
td.TdClassName
{
border-color: #38236D;
}
.TagClassName
{
border-color: #38236D;
}
</style>