Shades of Christalle #301364
Tints of Christalle #301364
RGB
CMYK
RGB Variations
Color information
#301364 (or 0x301364) is known color: Christalle. HEX triplet: 30, 13 and 64. RGB value is (48,19,100). Sum of RGB (Red+Green+Blue) = 48+19+100=167 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.74% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 100 (39.45% from 255 or 59.88% from 167); Max value from RGB is 100 - color contains mainly: blue. Hex color #301364 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301364 is #CFEC9B. Grayscale: #242424. Windows color (decimal): -13626524 or 6558512. OLE color: 6558512.
HSL color Cylindrical-coordinate representation of color #301364: hue angle of 261.48º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #301364 is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 48 | 19 | 100 | - |
| CMYK | 0.52 | 0.81 | 0 | 0.61 |
| HSL | 261.48º | 0.68% | 0.23% | - |
| HSV(B) | 261.48º | 0.81% | 0.39% | - |
| XYZ | 3.75 | 2.01 | 12.25 | - |
| YUV | 36.91 | 163.61 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 19 | 100 | 0.52 | 0.81 | 0 | 0.61 | 261.48 | 0.68 | 0.23 |
| Hex | 30 | 13 | 64 | 34 | 51 | 0 | 3D | 105 | 44 | 17 |
| Octal | 60 | 23 | 144 | 64 | 121 | 0 | 75 | 405 | 104 | 27 |
| Binary | 110000 | 10011 | 1100100 | 110100 | 1010001 | 0 | 111101 | 100000101 | 1000100 | 10111 |
Color Harmonies of #301364
Complementary color
Monochromatic Colors of #301364
Black with #301364
Text Example
Text Example
White with #301364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301364; }
p { color: rgb(48,19,100); }
H1.HeaderClassName
{
color: #301364;
}
.AnyTagClassName
{
color: #301364;
}
</style>
background-color css
<style>
a { background-color: #301364; }
a { background-color: rgb(48,19,100); }
div.DivClassName
{
background-color: #301364;
}
.BgClassName
{
background-color: #301364;
}
</style>
border-color css
<style>
span { border-color: #301364; }
span { border-color: rgb(48,19,100); }
td.TdClassName
{
border-color: #301364;
}
.TagClassName
{
border-color: #301364;
}
</style>