Shades of Christalle #2B145F
Tints of Christalle #2B145F
RGB
CMYK
RGB Variations
Color information
#2B145F (or 0x2B145F) is known color: Christalle. HEX triplet: 2B, 14 and 5F. RGB value is (43,20,95). Sum of RGB (Red+Green+Blue) = 43+20+95=158 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.22% from 158); Green value is 20 (8.20% from 255 or 12.66% from 158); Blue value is 95 (37.5% from 255 or 60.13% from 158); Max value from RGB is 95 - color contains mainly: blue. Hex color #2B145F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B145F is #D4EBA0. Grayscale: #232323. Windows color (decimal): -13953953 or 6231083. OLE color: 6231083.
HSL color Cylindrical-coordinate representation of color #2B145F: hue angle of 258.4º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B145F is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 43 | 20 | 95 | - |
| CMYK | 0.55 | 0.79 | 0 | 0.63 |
| HSL | 258.4º | 0.65% | 0.23% | - |
| HSV(B) | 258.4º | 0.79% | 0.37% | - |
| XYZ | 3.31 | 1.84 | 11.01 | - |
| YUV | 35.43 | 161.62 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 20 | 95 | 0.55 | 0.79 | 0 | 0.63 | 258.4 | 0.65 | 0.23 |
| Hex | 2B | 14 | 5F | 37 | 4F | 0 | 3F | 102 | 41 | 17 |
| Octal | 53 | 24 | 137 | 67 | 117 | 0 | 77 | 402 | 101 | 27 |
| Binary | 101011 | 10100 | 1011111 | 110111 | 1001111 | 0 | 111111 | 100000010 | 1000001 | 10111 |
Color Harmonies of #2B145F
Complementary color
Monochromatic Colors of #2B145F
Black with #2B145F
Text Example
Text Example
White with #2B145F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B145F; }
p { color: rgb(43,20,95); }
H1.HeaderClassName
{
color: #2B145F;
}
.AnyTagClassName
{
color: #2B145F;
}
</style>
background-color css
<style>
a { background-color: #2B145F; }
a { background-color: rgb(43,20,95); }
div.DivClassName
{
background-color: #2B145F;
}
.BgClassName
{
background-color: #2B145F;
}
</style>
border-color css
<style>
span { border-color: #2B145F; }
span { border-color: rgb(43,20,95); }
td.TdClassName
{
border-color: #2B145F;
}
.TagClassName
{
border-color: #2B145F;
}
</style>