Shades of Christalle #300857
Tints of Christalle #300857
RGB
CMYK
RGB Variations
Color information
#300857 (or 0x300857) is known color: Christalle. HEX triplet: 30, 08 and 57. RGB value is (48,8,87). Sum of RGB (Red+Green+Blue) = 48+8+87=143 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.57% from 143); Green value is 8 (3.52% from 255 or 5.59% from 143); Blue value is 87 (34.38% from 255 or 60.84% from 143); Max value from RGB is 87 - color contains mainly: blue. Hex color #300857 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #300857 is #CFF7A8. Grayscale: #1C1C1C. Windows color (decimal): -13629353 or 5703728. OLE color: 5703728.
HSL color Cylindrical-coordinate representation of color #300857: hue angle of 270.38º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #300857 is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 48 | 8 | 87 | - |
| CMYK | 0.45 | 0.91 | 0 | 0.66 |
| HSL | 270.38º | 0.83% | 0.19% | - |
| HSV(B) | 270.38º | 0.91% | 0.34% | - |
| XYZ | 3.03 | 1.49 | 9.14 | - |
| YUV | 28.97 | 160.75 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 8 | 87 | 0.45 | 0.91 | 0 | 0.66 | 270.38 | 0.83 | 0.19 |
| Hex | 30 | 8 | 57 | 2D | 5B | 0 | 42 | 10E | 53 | 13 |
| Octal | 60 | 10 | 127 | 55 | 133 | 0 | 102 | 416 | 123 | 23 |
| Binary | 110000 | 1000 | 1010111 | 101101 | 1011011 | 0 | 1000010 | 100001110 | 1010011 | 10011 |
Color Harmonies of #300857
Complementary color
Monochromatic Colors of #300857
Black with #300857
Text Example
Text Example
White with #300857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300857; }
p { color: rgb(48,8,87); }
H1.HeaderClassName
{
color: #300857;
}
.AnyTagClassName
{
color: #300857;
}
</style>
background-color css
<style>
a { background-color: #300857; }
a { background-color: rgb(48,8,87); }
div.DivClassName
{
background-color: #300857;
}
.BgClassName
{
background-color: #300857;
}
</style>
border-color css
<style>
span { border-color: #300857; }
span { border-color: rgb(48,8,87); }
td.TdClassName
{
border-color: #300857;
}
.TagClassName
{
border-color: #300857;
}
</style>