Shades of Christalle #3F286B
Tints of Christalle #3F286B
RGB
CMYK
RGB Variations
Color information
#3F286B (or 0x3F286B) is known color: Christalle. HEX triplet: 3F, 28 and 6B. RGB value is (63,40,107). Sum of RGB (Red+Green+Blue) = 63+40+107=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 107 (42.19% from 255 or 50.95% from 210); Max value from RGB is 107 - color contains mainly: blue. Hex color #3F286B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F286B is #C0D794. Grayscale: #363636. Windows color (decimal): -12638101 or 7022655. OLE color: 7022655.
HSL color Cylindrical-coordinate representation of color #3F286B: hue angle of 260.6º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F286B is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 63 | 40 | 107 | - |
| CMYK | 0.41 | 0.63 | 0 | 0.58 |
| HSL | 260.6º | 0.46% | 0.29% | - |
| HSV(B) | 260.6º | 0.63% | 0.42% | - |
| XYZ | 5.46 | 3.64 | 14.32 | - |
| YUV | 54.52 | 157.62 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 40 | 107 | 0.41 | 0.63 | 0 | 0.58 | 260.6 | 0.46 | 0.29 |
| Hex | 3F | 28 | 6B | 29 | 3F | 0 | 3A | 105 | 2E | 1D |
| Octal | 77 | 50 | 153 | 51 | 77 | 0 | 72 | 405 | 56 | 35 |
| Binary | 111111 | 101000 | 1101011 | 101001 | 111111 | 0 | 111010 | 100000101 | 101110 | 11101 |
Color Harmonies of #3F286B
Complementary color
Monochromatic Colors of #3F286B
Black with #3F286B
Text Example
Text Example
White with #3F286B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F286B; }
p { color: rgb(63,40,107); }
H1.HeaderClassName
{
color: #3F286B;
}
.AnyTagClassName
{
color: #3F286B;
}
</style>
background-color css
<style>
a { background-color: #3F286B; }
a { background-color: rgb(63,40,107); }
div.DivClassName
{
background-color: #3F286B;
}
.BgClassName
{
background-color: #3F286B;
}
</style>
border-color css
<style>
span { border-color: #3F286B; }
span { border-color: rgb(63,40,107); }
td.TdClassName
{
border-color: #3F286B;
}
.TagClassName
{
border-color: #3F286B;
}
</style>