Shades of Christalle #38246D
Tints of Christalle #38246D
RGB
CMYK
RGB Variations
Color information
#38246D (or 0x38246D) is known color: Christalle. HEX triplet: 38, 24 and 6D. RGB value is (56,36,109). Sum of RGB (Red+Green+Blue) = 56+36+109=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 109 (42.97% from 255 or 54.23% from 201); Max value from RGB is 109 - color contains mainly: blue. Hex color #38246D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38246D is #C7DB92. Grayscale: #323232. Windows color (decimal): -13097875 or 7152696. OLE color: 7152696.
HSL color Cylindrical-coordinate representation of color #38246D: hue angle of 256.44º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38246D is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 56 | 36 | 109 | - |
| CMYK | 0.49 | 0.67 | 0 | 0.57 |
| HSL | 256.44º | 0.5% | 0.28% | - |
| HSV(B) | 256.44º | 0.67% | 0.43% | - |
| XYZ | 5.02 | 3.21 | 14.82 | - |
| YUV | 50.3 | 161.13 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 36 | 109 | 0.49 | 0.67 | 0 | 0.57 | 256.44 | 0.5 | 0.28 |
| Hex | 38 | 24 | 6D | 31 | 43 | 0 | 39 | 100 | 32 | 1C |
| Octal | 70 | 44 | 155 | 61 | 103 | 0 | 71 | 400 | 62 | 34 |
| Binary | 111000 | 100100 | 1101101 | 110001 | 1000011 | 0 | 111001 | 100000000 | 110010 | 11100 |
Color Harmonies of #38246D
Complementary color
Monochromatic Colors of #38246D
Black with #38246D
Text Example
Text Example
White with #38246D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38246D; }
p { color: rgb(56,36,109); }
H1.HeaderClassName
{
color: #38246D;
}
.AnyTagClassName
{
color: #38246D;
}
</style>
background-color css
<style>
a { background-color: #38246D; }
a { background-color: rgb(56,36,109); }
div.DivClassName
{
background-color: #38246D;
}
.BgClassName
{
background-color: #38246D;
}
</style>
border-color css
<style>
span { border-color: #38246D; }
span { border-color: rgb(56,36,109); }
td.TdClassName
{
border-color: #38246D;
}
.TagClassName
{
border-color: #38246D;
}
</style>