Shades of Christalle #301C65
Tints of Christalle #301C65
RGB
CMYK
RGB Variations
Color information
#301C65 (or 0x301C65) is known color: Christalle. HEX triplet: 30, 1C and 65. RGB value is (48,28,101). Sum of RGB (Red+Green+Blue) = 48+28+101=177 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.12% from 177); Green value is 28 (11.33% from 255 or 15.82% from 177); Blue value is 101 (39.84% from 255 or 57.06% from 177); Max value from RGB is 101 - color contains mainly: blue. Hex color #301C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301C65 is #CFE39A. Grayscale: #2A2A2A. Windows color (decimal): -13624219 or 6626352. OLE color: 6626352.
HSL color Cylindrical-coordinate representation of color #301C65: hue angle of 256.44º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #301C65 is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 48 | 28 | 101 | - |
| CMYK | 0.52 | 0.72 | 0 | 0.60 |
| HSL | 256.44º | 0.57% | 0.25% | - |
| HSV(B) | 256.44º | 0.72% | 0.4% | - |
| XYZ | 3.98 | 2.4 | 12.56 | - |
| YUV | 42.3 | 161.13 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 28 | 101 | 0.52 | 0.72 | 0 | 0.60 | 256.44 | 0.57 | 0.25 |
| Hex | 30 | 1C | 65 | 34 | 48 | 0 | 3C | 100 | 39 | 19 |
| Octal | 60 | 34 | 145 | 64 | 110 | 0 | 74 | 400 | 71 | 31 |
| Binary | 110000 | 11100 | 1100101 | 110100 | 1001000 | 0 | 111100 | 100000000 | 111001 | 11001 |
Color Harmonies of #301C65
Complementary color
Monochromatic Colors of #301C65
Black with #301C65
Text Example
Text Example
White with #301C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301C65; }
p { color: rgb(48,28,101); }
H1.HeaderClassName
{
color: #301C65;
}
.AnyTagClassName
{
color: #301C65;
}
</style>
background-color css
<style>
a { background-color: #301C65; }
a { background-color: rgb(48,28,101); }
div.DivClassName
{
background-color: #301C65;
}
.BgClassName
{
background-color: #301C65;
}
</style>
border-color css
<style>
span { border-color: #301C65; }
span { border-color: rgb(48,28,101); }
td.TdClassName
{
border-color: #301C65;
}
.TagClassName
{
border-color: #301C65;
}
</style>