Shades of Christalle #38226D
Tints of Christalle #38226D
RGB
CMYK
RGB Variations
Color information
#38226D (or 0x38226D) is known color: Christalle. HEX triplet: 38, 22 and 6D. RGB value is (56,34,109). Sum of RGB (Red+Green+Blue) = 56+34+109=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 34 (13.67% from 255 or 17.09% from 199); Blue value is 109 (42.97% from 255 or 54.77% from 199); Max value from RGB is 109 - color contains mainly: blue. Hex color #38226D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38226D is #C7DD92. Grayscale: #303030. Windows color (decimal): -13098387 or 7152184. OLE color: 7152184.
HSL color Cylindrical-coordinate representation of color #38226D: hue angle of 257.6º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38226D is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 56 | 34 | 109 | - |
| CMYK | 0.49 | 0.69 | 0 | 0.57 |
| HSL | 257.6º | 0.52% | 0.28% | - |
| HSV(B) | 257.6º | 0.69% | 0.43% | - |
| XYZ | 4.96 | 3.09 | 14.8 | - |
| YUV | 49.13 | 161.79 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 34 | 109 | 0.49 | 0.69 | 0 | 0.57 | 257.6 | 0.52 | 0.28 |
| Hex | 38 | 22 | 6D | 31 | 45 | 0 | 39 | 102 | 34 | 1C |
| Octal | 70 | 42 | 155 | 61 | 105 | 0 | 71 | 402 | 64 | 34 |
| Binary | 111000 | 100010 | 1101101 | 110001 | 1000101 | 0 | 111001 | 100000010 | 110100 | 11100 |
Color Harmonies of #38226D
Complementary color
Monochromatic Colors of #38226D
Black with #38226D
Text Example
Text Example
White with #38226D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38226D; }
p { color: rgb(56,34,109); }
H1.HeaderClassName
{
color: #38226D;
}
.AnyTagClassName
{
color: #38226D;
}
</style>
background-color css
<style>
a { background-color: #38226D; }
a { background-color: rgb(56,34,109); }
div.DivClassName
{
background-color: #38226D;
}
.BgClassName
{
background-color: #38226D;
}
</style>
border-color css
<style>
span { border-color: #38226D; }
span { border-color: rgb(56,34,109); }
td.TdClassName
{
border-color: #38226D;
}
.TagClassName
{
border-color: #38226D;
}
</style>