Shades of Christalle #2D095C
Tints of Christalle #2D095C
RGB
CMYK
RGB Variations
Color information
#2D095C (or 0x2D095C) is known color: Christalle. HEX triplet: 2D, 09 and 5C. RGB value is (45,9,92). Sum of RGB (Red+Green+Blue) = 45+9+92=146 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.82% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 92 (36.33% from 255 or 63.01% from 146); Max value from RGB is 92 - color contains mainly: blue. Hex color #2D095C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D095C is #D2F6A3. Grayscale: #1C1C1C. Windows color (decimal): -13825700 or 6031661. OLE color: 6031661.
HSL color Cylindrical-coordinate representation of color #2D095C: hue angle of 266.02º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2D095C is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 45 | 9 | 92 | - |
| CMYK | 0.51 | 0.90 | 0 | 0.64 |
| HSL | 266.02º | 0.82% | 0.2% | - |
| HSV(B) | 266.02º | 0.9% | 0.36% | - |
| XYZ | 3.11 | 1.53 | 10.26 | - |
| YUV | 29.23 | 163.43 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 9 | 92 | 0.51 | 0.90 | 0 | 0.64 | 266.02 | 0.82 | 0.2 |
| Hex | 2D | 9 | 5C | 33 | 5A | 0 | 40 | 10A | 52 | 14 |
| Octal | 55 | 11 | 134 | 63 | 132 | 0 | 100 | 412 | 122 | 24 |
| Binary | 101101 | 1001 | 1011100 | 110011 | 1011010 | 0 | 1000000 | 100001010 | 1010010 | 10100 |
Color Harmonies of #2D095C
Complementary color
Monochromatic Colors of #2D095C
Black with #2D095C
Text Example
Text Example
White with #2D095C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D095C; }
p { color: rgb(45,9,92); }
H1.HeaderClassName
{
color: #2D095C;
}
.AnyTagClassName
{
color: #2D095C;
}
</style>
background-color css
<style>
a { background-color: #2D095C; }
a { background-color: rgb(45,9,92); }
div.DivClassName
{
background-color: #2D095C;
}
.BgClassName
{
background-color: #2D095C;
}
</style>
border-color css
<style>
span { border-color: #2D095C; }
span { border-color: rgb(45,9,92); }
td.TdClassName
{
border-color: #2D095C;
}
.TagClassName
{
border-color: #2D095C;
}
</style>