Shades of Christalle #38235D
Tints of Christalle #38235D
RGB
CMYK
RGB Variations
Color information
#38235D (or 0x38235D) is known color: Christalle. HEX triplet: 38, 23 and 5D. RGB value is (56,35,93). Sum of RGB (Red+Green+Blue) = 56+35+93=184 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.43% from 184); Green value is 35 (14.06% from 255 or 19.02% from 184); Blue value is 93 (36.72% from 255 or 50.54% from 184); Max value from RGB is 93 - color contains mainly: blue. Hex color #38235D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38235D is #C7DCA2. Grayscale: #2F2F2F. Windows color (decimal): -13098147 or 6103864. OLE color: 6103864.
HSL color Cylindrical-coordinate representation of color #38235D: hue angle of 261.72º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38235D is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 35 | 93 | - |
| CMYK | 0.40 | 0.62 | 0 | 0.64 |
| HSL | 261.72º | 0.45% | 0.25% | - |
| HSV(B) | 261.72º | 0.62% | 0.36% | - |
| XYZ | 4.21 | 2.83 | 10.68 | - |
| YUV | 47.89 | 153.46 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 35 | 93 | 0.40 | 0.62 | 0 | 0.64 | 261.72 | 0.45 | 0.25 |
| Hex | 38 | 23 | 5D | 28 | 3E | 0 | 40 | 106 | 2D | 19 |
| Octal | 70 | 43 | 135 | 50 | 76 | 0 | 100 | 406 | 55 | 31 |
| Binary | 111000 | 100011 | 1011101 | 101000 | 111110 | 0 | 1000000 | 100000110 | 101101 | 11001 |
Color Harmonies of #38235D
Complementary color
Monochromatic Colors of #38235D
Black with #38235D
Text Example
Text Example
White with #38235D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38235D; }
p { color: rgb(56,35,93); }
H1.HeaderClassName
{
color: #38235D;
}
.AnyTagClassName
{
color: #38235D;
}
</style>
background-color css
<style>
a { background-color: #38235D; }
a { background-color: rgb(56,35,93); }
div.DivClassName
{
background-color: #38235D;
}
.BgClassName
{
background-color: #38235D;
}
</style>
border-color css
<style>
span { border-color: #38235D; }
span { border-color: rgb(56,35,93); }
td.TdClassName
{
border-color: #38235D;
}
.TagClassName
{
border-color: #38235D;
}
</style>