#2E145B

Color #2E145B Christalle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christalle #2E145B

Tints of Christalle #2E145B

Color information

#2E145B (or 0x2E145B) is unknown color: approx Christalle. HEX triplet: 2E, 14 and 5B. RGB value is (46,20,91). Sum of RGB (Red+Green+Blue) = 46+20+91=157 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.30% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 91 (35.94% from 255 or 57.96% from 157); Max value from RGB is 91 - color contains mainly: blue. Hex color #2E145B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E145B is #D1EBA4. Grayscale: #232323. Windows color (decimal): -13757349 or 5968942. OLE color: 5968942.

HSL color Cylindrical-coordinate representation of color #2E145B: hue angle of 261.97º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E145B is Cyan = 0.49, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB462091-
CMYK0.490.7800.64
HSL261.97º63.96%21.76%-
HSV(B)261.97º78.02%35.69%-
XYZ3.271.8410.08-
YUV35.87159.11135.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 29.30%
GREEN value IS 20 (8.20% from 255) = 12.74%
BLUE value IS 91 (35.94% from 255) = 57.96%
R=29.30%
G=12.74%
B=57.96%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4620910.490.7800.64261.9763.9621.76
Hex2E145B314E0401064016
Octal562413361116010040610026
Binary101110101001011011110001100111001000000100000110100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E145B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E145B; }

 p { color: rgb(46,20,91); }

 H1.HeaderClassName
 {
   color: #2E145B;
 }
 .AnyTagClassName
 {
   color: #2E145B;
 }
</style>
background-color css

<style>
 a { background-color: #2E145B; }

 a { background-color: rgb(46,20,91); }

 div.DivClassName
 {
   background-color: #2E145B;
 }
 .BgClassName
 {
   background-color: #2E145B;
 }
</style>
border-color css

<style>
 span { border-color: #2E145B; }

 span { border-color: rgb(46,20,91); }

 td.TdClassName
 {
   border-color: #2E145B;
 }
 .TagClassName
 {
   border-color: #2E145B;
 }
</style>