Shades of Christalle #23085C
Tints of Christalle #23085C
RGB
CMYK
RGB Variations
Color information
#23085C (or 0x23085C) is known color: Christalle. HEX triplet: 23, 08 and 5C. RGB value is (35,8,92). Sum of RGB (Red+Green+Blue) = 35+8+92=135 (17% of max value = 765). Red value is 35 (14.06% from 255 or 25.93% from 135); Green value is 8 (3.52% from 255 or 5.93% from 135); Blue value is 92 (36.33% from 255 or 68.15% from 135); Max value from RGB is 92 - color contains mainly: blue. Hex color #23085C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23085C is #DCF7A3. Grayscale: #191919. Windows color (decimal): -14481316 or 6031395. OLE color: 6031395.
HSL color Cylindrical-coordinate representation of color #23085C: hue angle of 259.29º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #23085C is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 8 | 92 | - |
| CMYK | 0.62 | 0.91 | 0 | 0.64 |
| HSL | 259.29º | 0.84% | 0.2% | - |
| HSV(B) | 259.29º | 0.91% | 0.36% | - |
| XYZ | 2.71 | 1.3 | 10.23 | - |
| YUV | 25.65 | 165.45 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 8 | 92 | 0.62 | 0.91 | 0 | 0.64 | 259.29 | 0.84 | 0.2 |
| Hex | 23 | 8 | 5C | 3E | 5B | 0 | 40 | 103 | 54 | 14 |
| Octal | 43 | 10 | 134 | 76 | 133 | 0 | 100 | 403 | 124 | 24 |
| Binary | 100011 | 1000 | 1011100 | 111110 | 1011011 | 0 | 1000000 | 100000011 | 1010100 | 10100 |
Color Harmonies of #23085C
Complementary color
Monochromatic Colors of #23085C
Black with #23085C
Text Example
Text Example
White with #23085C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23085C; }
p { color: rgb(35,8,92); }
H1.HeaderClassName
{
color: #23085C;
}
.AnyTagClassName
{
color: #23085C;
}
</style>
background-color css
<style>
a { background-color: #23085C; }
a { background-color: rgb(35,8,92); }
div.DivClassName
{
background-color: #23085C;
}
.BgClassName
{
background-color: #23085C;
}
</style>
border-color css
<style>
span { border-color: #23085C; }
span { border-color: rgb(35,8,92); }
td.TdClassName
{
border-color: #23085C;
}
.TagClassName
{
border-color: #23085C;
}
</style>