Shades of Christalle #38186D
Tints of Christalle #38186D
RGB
CMYK
RGB Variations
Color information
#38186D (or 0x38186D) is known color: Christalle. HEX triplet: 38, 18 and 6D. RGB value is (56,24,109). Sum of RGB (Red+Green+Blue) = 56+24+109=189 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.63% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 109 (42.97% from 255 or 57.67% from 189); Max value from RGB is 109 - color contains mainly: blue. Hex color #38186D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38186D is #C7E792. Grayscale: #2A2A2A. Windows color (decimal): -13100947 or 7149624. OLE color: 7149624.
HSL color Cylindrical-coordinate representation of color #38186D: hue angle of 262.59º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38186D is Cyan = 0.49, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 56 | 24 | 109 | - |
| CMYK | 0.49 | 0.78 | 0 | 0.57 |
| HSL | 262.59º | 0.64% | 0.26% | - |
| HSV(B) | 262.59º | 0.78% | 0.43% | - |
| XYZ | 4.72 | 2.6 | 14.72 | - |
| YUV | 43.26 | 165.1 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 24 | 109 | 0.49 | 0.78 | 0 | 0.57 | 262.59 | 0.64 | 0.26 |
| Hex | 38 | 18 | 6D | 31 | 4E | 0 | 39 | 107 | 40 | 1A |
| Octal | 70 | 30 | 155 | 61 | 116 | 0 | 71 | 407 | 100 | 32 |
| Binary | 111000 | 11000 | 1101101 | 110001 | 1001110 | 0 | 111001 | 100000111 | 1000000 | 11010 |
Color Harmonies of #38186D
Complementary color
Monochromatic Colors of #38186D
Black with #38186D
Text Example
Text Example
White with #38186D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38186D; }
p { color: rgb(56,24,109); }
H1.HeaderClassName
{
color: #38186D;
}
.AnyTagClassName
{
color: #38186D;
}
</style>
background-color css
<style>
a { background-color: #38186D; }
a { background-color: rgb(56,24,109); }
div.DivClassName
{
background-color: #38186D;
}
.BgClassName
{
background-color: #38186D;
}
</style>
border-color css
<style>
span { border-color: #38186D; }
span { border-color: rgb(56,24,109); }
td.TdClassName
{
border-color: #38186D;
}
.TagClassName
{
border-color: #38186D;
}
</style>