Shades of Christalle #2D145D
Tints of Christalle #2D145D
RGB
CMYK
RGB Variations
Color information
#2D145D (or 0x2D145D) is known color: Christalle. HEX triplet: 2D, 14 and 5D. RGB value is (45,20,93). Sum of RGB (Red+Green+Blue) = 45+20+93=158 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.48% from 158); Green value is 20 (8.20% from 255 or 12.66% from 158); Blue value is 93 (36.72% from 255 or 58.86% from 158); Max value from RGB is 93 - color contains mainly: blue. Hex color #2D145D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D145D is #D2EBA2. Grayscale: #232323. Windows color (decimal): -13822883 or 6100013. OLE color: 6100013.
HSL color Cylindrical-coordinate representation of color #2D145D: hue angle of 260.55º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D145D is Cyan = 0.52, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 45 | 20 | 93 | - |
| CMYK | 0.52 | 0.78 | 0 | 0.64 |
| HSL | 260.55º | 0.65% | 0.22% | - |
| HSV(B) | 260.55º | 0.78% | 0.36% | - |
| XYZ | 3.31 | 1.85 | 10.54 | - |
| YUV | 35.8 | 160.28 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 20 | 93 | 0.52 | 0.78 | 0 | 0.64 | 260.55 | 0.65 | 0.22 |
| Hex | 2D | 14 | 5D | 34 | 4E | 0 | 40 | 105 | 41 | 16 |
| Octal | 55 | 24 | 135 | 64 | 116 | 0 | 100 | 405 | 101 | 26 |
| Binary | 101101 | 10100 | 1011101 | 110100 | 1001110 | 0 | 1000000 | 100000101 | 1000001 | 10110 |
Color Harmonies of #2D145D
Complementary color
Monochromatic Colors of #2D145D
Black with #2D145D
Text Example
Text Example
White with #2D145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D145D; }
p { color: rgb(45,20,93); }
H1.HeaderClassName
{
color: #2D145D;
}
.AnyTagClassName
{
color: #2D145D;
}
</style>
background-color css
<style>
a { background-color: #2D145D; }
a { background-color: rgb(45,20,93); }
div.DivClassName
{
background-color: #2D145D;
}
.BgClassName
{
background-color: #2D145D;
}
</style>
border-color css
<style>
span { border-color: #2D145D; }
span { border-color: rgb(45,20,93); }
td.TdClassName
{
border-color: #2D145D;
}
.TagClassName
{
border-color: #2D145D;
}
</style>