Shades of Christalle #22065D
Tints of Christalle #22065D
RGB
CMYK
RGB Variations
Color information
#22065D (or 0x22065D) is known color: Christalle. HEX triplet: 22, 06 and 5D. RGB value is (34,6,93). Sum of RGB (Red+Green+Blue) = 34+6+93=133 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.56% from 133); Green value is 6 (2.73% from 255 or 4.51% from 133); Blue value is 93 (36.72% from 255 or 69.92% from 133); Max value from RGB is 93 - color contains mainly: blue. Hex color #22065D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22065D is #DDF9A2. Grayscale: #171717. Windows color (decimal): -14547363 or 6096418. OLE color: 6096418.
HSL color Cylindrical-coordinate representation of color #22065D: hue angle of 259.31º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #22065D is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 6 | 93 | - |
| CMYK | 0.63 | 0.94 | 0 | 0.64 |
| HSL | 259.31º | 0.88% | 0.19% | - |
| HSV(B) | 259.31º | 0.94% | 0.36% | - |
| XYZ | 2.7 | 1.26 | 10.46 | - |
| YUV | 24.29 | 166.78 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 6 | 93 | 0.63 | 0.94 | 0 | 0.64 | 259.31 | 0.88 | 0.19 |
| Hex | 22 | 6 | 5D | 3F | 5E | 0 | 40 | 103 | 58 | 13 |
| Octal | 42 | 6 | 135 | 77 | 136 | 0 | 100 | 403 | 130 | 23 |
| Binary | 100010 | 110 | 1011101 | 111111 | 1011110 | 0 | 1000000 | 100000011 | 1011000 | 10011 |
Color Harmonies of #22065D
Complementary color
Monochromatic Colors of #22065D
Black with #22065D
Text Example
Text Example
White with #22065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22065D; }
p { color: rgb(34,6,93); }
H1.HeaderClassName
{
color: #22065D;
}
.AnyTagClassName
{
color: #22065D;
}
</style>
background-color css
<style>
a { background-color: #22065D; }
a { background-color: rgb(34,6,93); }
div.DivClassName
{
background-color: #22065D;
}
.BgClassName
{
background-color: #22065D;
}
</style>
border-color css
<style>
span { border-color: #22065D; }
span { border-color: rgb(34,6,93); }
td.TdClassName
{
border-color: #22065D;
}
.TagClassName
{
border-color: #22065D;
}
</style>