Shades of Christalle #2F145E
Tints of Christalle #2F145E
RGB
CMYK
RGB Variations
Color information
#2F145E (or 0x2F145E) is known color: Christalle. HEX triplet: 2F, 14 and 5E. RGB value is (47,20,94). Sum of RGB (Red+Green+Blue) = 47+20+94=161 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.19% from 161); Green value is 20 (8.20% from 255 or 12.42% from 161); Blue value is 94 (37.11% from 255 or 58.39% from 161); Max value from RGB is 94 - color contains mainly: blue. Hex color #2F145E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F145E is #D0EBA1. Grayscale: #242424. Windows color (decimal): -13691810 or 6165551. OLE color: 6165551.
HSL color Cylindrical-coordinate representation of color #2F145E: hue angle of 261.89º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2F145E is Cyan = 0.5, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 47 | 20 | 94 | - |
| CMYK | 0.5 | 0.79 | 0 | 0.63 |
| HSL | 261.89º | 0.65% | 0.22% | - |
| HSV(B) | 261.89º | 0.79% | 0.37% | - |
| XYZ | 3.44 | 1.91 | 10.78 | - |
| YUV | 36.51 | 160.45 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 20 | 94 | 0.5 | 0.79 | 0 | 0.63 | 261.89 | 0.65 | 0.22 |
| Hex | 2F | 14 | 5E | 32 | 4F | 0 | 3F | 106 | 41 | 16 |
| Octal | 57 | 24 | 136 | 62 | 117 | 0 | 77 | 406 | 101 | 26 |
| Binary | 101111 | 10100 | 1011110 | 110010 | 1001111 | 0 | 111111 | 100000110 | 1000001 | 10110 |
Color Harmonies of #2F145E
Complementary color
Monochromatic Colors of #2F145E
Black with #2F145E
Text Example
Text Example
White with #2F145E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F145E; }
p { color: rgb(47,20,94); }
H1.HeaderClassName
{
color: #2F145E;
}
.AnyTagClassName
{
color: #2F145E;
}
</style>
background-color css
<style>
a { background-color: #2F145E; }
a { background-color: rgb(47,20,94); }
div.DivClassName
{
background-color: #2F145E;
}
.BgClassName
{
background-color: #2F145E;
}
</style>
border-color css
<style>
span { border-color: #2F145E; }
span { border-color: rgb(47,20,94); }
td.TdClassName
{
border-color: #2F145E;
}
.TagClassName
{
border-color: #2F145E;
}
</style>