Shades of Christalle #38285B
Tints of Christalle #38285B
RGB
CMYK
RGB Variations
Color information
#38285B (or 0x38285B) is known color: Christalle. HEX triplet: 38, 28 and 5B. RGB value is (56,40,91). Sum of RGB (Red+Green+Blue) = 56+40+91=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 40 (16.02% from 255 or 21.39% from 187); Blue value is 91 (35.94% from 255 or 48.66% from 187); Max value from RGB is 91 - color contains mainly: blue. Hex color #38285B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38285B is #C7D7A4. Grayscale: #323232. Windows color (decimal): -13096869 or 5974072. OLE color: 5974072.
HSL color Cylindrical-coordinate representation of color #38285B: hue angle of 258.82º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #38285B is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 40 | 91 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.64 |
| HSL | 258.82º | 0.39% | 0.26% | - |
| HSV(B) | 258.82º | 0.56% | 0.36% | - |
| XYZ | 4.28 | 3.11 | 10.27 | - |
| YUV | 50.6 | 150.8 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 40 | 91 | 0.38 | 0.56 | 0 | 0.64 | 258.82 | 0.39 | 0.26 |
| Hex | 38 | 28 | 5B | 26 | 38 | 0 | 40 | 103 | 27 | 1A |
| Octal | 70 | 50 | 133 | 46 | 70 | 0 | 100 | 403 | 47 | 32 |
| Binary | 111000 | 101000 | 1011011 | 100110 | 111000 | 0 | 1000000 | 100000011 | 100111 | 11010 |
Color Harmonies of #38285B
Complementary color
Monochromatic Colors of #38285B
Black with #38285B
Text Example
Text Example
White with #38285B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38285B; }
p { color: rgb(56,40,91); }
H1.HeaderClassName
{
color: #38285B;
}
.AnyTagClassName
{
color: #38285B;
}
</style>
background-color css
<style>
a { background-color: #38285B; }
a { background-color: rgb(56,40,91); }
div.DivClassName
{
background-color: #38285B;
}
.BgClassName
{
background-color: #38285B;
}
</style>
border-color css
<style>
span { border-color: #38285B; }
span { border-color: rgb(56,40,91); }
td.TdClassName
{
border-color: #38285B;
}
.TagClassName
{
border-color: #38285B;
}
</style>