Shades of Christalle #35095B
Tints of Christalle #35095B
RGB
CMYK
RGB Variations
Color information
#35095B (or 0x35095B) is known color: Christalle. HEX triplet: 35, 09 and 5B. RGB value is (53,9,91). Sum of RGB (Red+Green+Blue) = 53+9+91=153 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.64% from 153); Green value is 9 (3.91% from 255 or 5.88% from 153); Blue value is 91 (35.94% from 255 or 59.48% from 153); Max value from RGB is 91 - color contains mainly: blue. Hex color #35095B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #35095B is #CAF6A4. Grayscale: #1F1F1F. Windows color (decimal): -13301413 or 5966133. OLE color: 5966133.
HSL color Cylindrical-coordinate representation of color #35095B: hue angle of 272.2º 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 #35095B is Cyan = 0.42, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 9 | 91 | - |
| CMYK | 0.42 | 0.90 | 0 | 0.64 |
| HSL | 272.2º | 0.82% | 0.2% | - |
| HSV(B) | 272.2º | 0.9% | 0.36% | - |
| XYZ | 3.45 | 1.71 | 10.05 | - |
| YUV | 31.5 | 161.58 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 9 | 91 | 0.42 | 0.90 | 0 | 0.64 | 272.2 | 0.82 | 0.2 |
| Hex | 35 | 9 | 5B | 2A | 5A | 0 | 40 | 110 | 52 | 14 |
| Octal | 65 | 11 | 133 | 52 | 132 | 0 | 100 | 420 | 122 | 24 |
| Binary | 110101 | 1001 | 1011011 | 101010 | 1011010 | 0 | 1000000 | 100010000 | 1010010 | 10100 |
Color Harmonies of #35095B
Complementary color
Monochromatic Colors of #35095B
Black with #35095B
Text Example
Text Example
White with #35095B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35095B; }
p { color: rgb(53,9,91); }
H1.HeaderClassName
{
color: #35095B;
}
.AnyTagClassName
{
color: #35095B;
}
</style>
background-color css
<style>
a { background-color: #35095B; }
a { background-color: rgb(53,9,91); }
div.DivClassName
{
background-color: #35095B;
}
.BgClassName
{
background-color: #35095B;
}
</style>
border-color css
<style>
span { border-color: #35095B; }
span { border-color: rgb(53,9,91); }
td.TdClassName
{
border-color: #35095B;
}
.TagClassName
{
border-color: #35095B;
}
</style>