Shades of Christalle #301D5B
Tints of Christalle #301D5B
RGB
CMYK
RGB Variations
Color information
#301D5B (or 0x301D5B) is known color: Christalle. HEX triplet: 30, 1D and 5B. RGB value is (48,29,91). Sum of RGB (Red+Green+Blue) = 48+29+91=168 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.57% from 168); Green value is 29 (11.72% from 255 or 17.26% from 168); Blue value is 91 (35.94% from 255 or 54.17% from 168); Max value from RGB is 91 - color contains mainly: blue. Hex color #301D5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301D5B is #CFE2A4. Grayscale: #292929. Windows color (decimal): -13623973 or 5971248. OLE color: 5971248.
HSL color Cylindrical-coordinate representation of color #301D5B: hue angle of 258.39º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #301D5B is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 48 | 29 | 91 | - |
| CMYK | 0.47 | 0.68 | 0 | 0.64 |
| HSL | 258.39º | 0.52% | 0.24% | - |
| HSV(B) | 258.39º | 0.68% | 0.36% | - |
| XYZ | 3.55 | 2.26 | 10.15 | - |
| YUV | 41.75 | 155.79 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 29 | 91 | 0.47 | 0.68 | 0 | 0.64 | 258.39 | 0.52 | 0.24 |
| Hex | 30 | 1D | 5B | 2F | 44 | 0 | 40 | 102 | 34 | 18 |
| Octal | 60 | 35 | 133 | 57 | 104 | 0 | 100 | 402 | 64 | 30 |
| Binary | 110000 | 11101 | 1011011 | 101111 | 1000100 | 0 | 1000000 | 100000010 | 110100 | 11000 |
Color Harmonies of #301D5B
Complementary color
Monochromatic Colors of #301D5B
Black with #301D5B
Text Example
Text Example
White with #301D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301D5B; }
p { color: rgb(48,29,91); }
H1.HeaderClassName
{
color: #301D5B;
}
.AnyTagClassName
{
color: #301D5B;
}
</style>
background-color css
<style>
a { background-color: #301D5B; }
a { background-color: rgb(48,29,91); }
div.DivClassName
{
background-color: #301D5B;
}
.BgClassName
{
background-color: #301D5B;
}
</style>
border-color css
<style>
span { border-color: #301D5B; }
span { border-color: rgb(48,29,91); }
td.TdClassName
{
border-color: #301D5B;
}
.TagClassName
{
border-color: #301D5B;
}
</style>