Shades of Christalle #300A5A
Tints of Christalle #300A5A
RGB
CMYK
RGB Variations
Color information
#300A5A (or 0x300A5A) is known color: Christalle. HEX triplet: 30, 0A and 5A. RGB value is (48,10,90). Sum of RGB (Red+Green+Blue) = 48+10+90=148 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.43% from 148); Green value is 10 (4.30% from 255 or 6.76% from 148); Blue value is 90 (35.55% from 255 or 60.81% from 148); Max value from RGB is 90 - color contains mainly: blue. Hex color #300A5A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300A5A is #CFF5A5. Grayscale: #1E1E1E. Windows color (decimal): -13628838 or 5900848. OLE color: 5900848.
HSL color Cylindrical-coordinate representation of color #300A5A: hue angle of 268.5º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #300A5A is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 48 | 10 | 90 | - |
| CMYK | 0.47 | 0.89 | 0 | 0.65 |
| HSL | 268.5º | 0.8% | 0.2% | - |
| HSV(B) | 268.5º | 0.89% | 0.35% | - |
| XYZ | 3.17 | 1.58 | 9.81 | - |
| YUV | 30.48 | 161.59 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 10 | 90 | 0.47 | 0.89 | 0 | 0.65 | 268.5 | 0.8 | 0.2 |
| Hex | 30 | A | 5A | 2F | 59 | 0 | 41 | 10C | 50 | 14 |
| Octal | 60 | 12 | 132 | 57 | 131 | 0 | 101 | 414 | 120 | 24 |
| Binary | 110000 | 1010 | 1011010 | 101111 | 1011001 | 0 | 1000001 | 100001100 | 1010000 | 10100 |
Color Harmonies of #300A5A
Complementary color
Monochromatic Colors of #300A5A
Black with #300A5A
Text Example
Text Example
White with #300A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300A5A; }
p { color: rgb(48,10,90); }
H1.HeaderClassName
{
color: #300A5A;
}
.AnyTagClassName
{
color: #300A5A;
}
</style>
background-color css
<style>
a { background-color: #300A5A; }
a { background-color: rgb(48,10,90); }
div.DivClassName
{
background-color: #300A5A;
}
.BgClassName
{
background-color: #300A5A;
}
</style>
border-color css
<style>
span { border-color: #300A5A; }
span { border-color: rgb(48,10,90); }
td.TdClassName
{
border-color: #300A5A;
}
.TagClassName
{
border-color: #300A5A;
}
</style>