Shades of Christalle #38235B
Tints of Christalle #38235B
RGB
CMYK
RGB Variations
Color information
#38235B (or 0x38235B) is known color: Christalle. HEX triplet: 38, 23 and 5B. RGB value is (56,35,91). Sum of RGB (Red+Green+Blue) = 56+35+91=182 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.77% from 182); Green value is 35 (14.06% from 255 or 19.23% from 182); Blue value is 91 (35.94% from 255 or 50% from 182); Max value from RGB is 91 - color contains mainly: blue. Hex color #38235B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38235B is #C7DCA4. Grayscale: #2F2F2F. Windows color (decimal): -13098149 or 5972792. OLE color: 5972792.
HSL color Cylindrical-coordinate representation of color #38235B: hue angle of 262.5º degrees, saturation: 0.44, 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 #38235B is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 35 | 91 | - |
| CMYK | 0.38 | 0.62 | 0 | 0.64 |
| HSL | 262.5º | 0.44% | 0.25% | - |
| HSV(B) | 262.5º | 0.62% | 0.36% | - |
| XYZ | 4.12 | 2.8 | 10.22 | - |
| YUV | 47.66 | 152.46 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 35 | 91 | 0.38 | 0.62 | 0 | 0.64 | 262.5 | 0.44 | 0.25 |
| Hex | 38 | 23 | 5B | 26 | 3E | 0 | 40 | 106 | 2C | 19 |
| Octal | 70 | 43 | 133 | 46 | 76 | 0 | 100 | 406 | 54 | 31 |
| Binary | 111000 | 100011 | 1011011 | 100110 | 111110 | 0 | 1000000 | 100000110 | 101100 | 11001 |
Color Harmonies of #38235B
Complementary color
Monochromatic Colors of #38235B
Black with #38235B
Text Example
Text Example
White with #38235B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38235B; }
p { color: rgb(56,35,91); }
H1.HeaderClassName
{
color: #38235B;
}
.AnyTagClassName
{
color: #38235B;
}
</style>
background-color css
<style>
a { background-color: #38235B; }
a { background-color: rgb(56,35,91); }
div.DivClassName
{
background-color: #38235B;
}
.BgClassName
{
background-color: #38235B;
}
</style>
border-color css
<style>
span { border-color: #38235B; }
span { border-color: rgb(56,35,91); }
td.TdClassName
{
border-color: #38235B;
}
.TagClassName
{
border-color: #38235B;
}
</style>