Shades of Christalle #301A5E
Tints of Christalle #301A5E
RGB
CMYK
RGB Variations
Color information
#301A5E (or 0x301A5E) is known color: Christalle. HEX triplet: 30, 1A and 5E. RGB value is (48,26,94). Sum of RGB (Red+Green+Blue) = 48+26+94=168 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.57% from 168); Green value is 26 (10.55% from 255 or 15.48% from 168); Blue value is 94 (37.11% from 255 or 55.95% from 168); Max value from RGB is 94 - color contains mainly: blue. Hex color #301A5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301A5E is #CFE5A1. Grayscale: #282828. Windows color (decimal): -13624738 or 6167088. OLE color: 6167088.
HSL color Cylindrical-coordinate representation of color #301A5E: hue angle of 259.41º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #301A5E is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 48 | 26 | 94 | - |
| CMYK | 0.49 | 0.72 | 0 | 0.63 |
| HSL | 259.41º | 0.57% | 0.24% | - |
| HSV(B) | 259.41º | 0.72% | 0.37% | - |
| XYZ | 3.61 | 2.18 | 10.82 | - |
| YUV | 40.33 | 158.29 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 26 | 94 | 0.49 | 0.72 | 0 | 0.63 | 259.41 | 0.57 | 0.24 |
| Hex | 30 | 1A | 5E | 31 | 48 | 0 | 3F | 103 | 39 | 18 |
| Octal | 60 | 32 | 136 | 61 | 110 | 0 | 77 | 403 | 71 | 30 |
| Binary | 110000 | 11010 | 1011110 | 110001 | 1001000 | 0 | 111111 | 100000011 | 111001 | 11000 |
Color Harmonies of #301A5E
Complementary color
Monochromatic Colors of #301A5E
Black with #301A5E
Text Example
Text Example
White with #301A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301A5E; }
p { color: rgb(48,26,94); }
H1.HeaderClassName
{
color: #301A5E;
}
.AnyTagClassName
{
color: #301A5E;
}
</style>
background-color css
<style>
a { background-color: #301A5E; }
a { background-color: rgb(48,26,94); }
div.DivClassName
{
background-color: #301A5E;
}
.BgClassName
{
background-color: #301A5E;
}
</style>
border-color css
<style>
span { border-color: #301A5E; }
span { border-color: rgb(48,26,94); }
td.TdClassName
{
border-color: #301A5E;
}
.TagClassName
{
border-color: #301A5E;
}
</style>