Shades of Christalle #35265C
Tints of Christalle #35265C
RGB
CMYK
RGB Variations
Color information
#35265C (or 0x35265C) is known color: Christalle. HEX triplet: 35, 26 and 5C. RGB value is (53,38,92). Sum of RGB (Red+Green+Blue) = 53+38+92=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 38 (15.23% from 255 or 20.77% from 183); Blue value is 92 (36.33% from 255 or 50.27% from 183); Max value from RGB is 92 - color contains mainly: blue. Hex color #35265C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35265C is #CAD9A3. Grayscale: #303030. Windows color (decimal): -13293988 or 6039093. OLE color: 6039093.
HSL color Cylindrical-coordinate representation of color #35265C: hue angle of 256.67º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #35265C is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 38 | 92 | - |
| CMYK | 0.42 | 0.59 | 0 | 0.64 |
| HSL | 256.67º | 0.42% | 0.25% | - |
| HSV(B) | 256.67º | 0.59% | 0.36% | - |
| XYZ | 4.09 | 2.92 | 10.47 | - |
| YUV | 48.64 | 152.47 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 38 | 92 | 0.42 | 0.59 | 0 | 0.64 | 256.67 | 0.42 | 0.25 |
| Hex | 35 | 26 | 5C | 2A | 3B | 0 | 40 | 101 | 2A | 19 |
| Octal | 65 | 46 | 134 | 52 | 73 | 0 | 100 | 401 | 52 | 31 |
| Binary | 110101 | 100110 | 1011100 | 101010 | 111011 | 0 | 1000000 | 100000001 | 101010 | 11001 |
Color Harmonies of #35265C
Complementary color
Monochromatic Colors of #35265C
Black with #35265C
Text Example
Text Example
White with #35265C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35265C; }
p { color: rgb(53,38,92); }
H1.HeaderClassName
{
color: #35265C;
}
.AnyTagClassName
{
color: #35265C;
}
</style>
background-color css
<style>
a { background-color: #35265C; }
a { background-color: rgb(53,38,92); }
div.DivClassName
{
background-color: #35265C;
}
.BgClassName
{
background-color: #35265C;
}
</style>
border-color css
<style>
span { border-color: #35265C; }
span { border-color: rgb(53,38,92); }
td.TdClassName
{
border-color: #35265C;
}
.TagClassName
{
border-color: #35265C;
}
</style>