#2E035C

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

Shades of Christalle #2E035C

Tints of Christalle #2E035C

Color information

#2E035C (or 0x2E035C) is unknown color: approx Christalle. HEX triplet: 2E, 03 and 5C. RGB value is (46,3,92). Sum of RGB (Red+Green+Blue) = 46+3+92=141 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.62% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 92 (36.33% from 255 or 65.25% from 141); Max value from RGB is 92 - color contains mainly: blue. Hex color #2E035C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E035C is #D1FCA3. Grayscale: #191919. Windows color (decimal): -13761700 or 6030126. OLE color: 6030126.

HSL color Cylindrical-coordinate representation of color #2E035C: hue angle of 268.99º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2E035C is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB46392-
CMYK0.500.9700.64
HSL268.99º93.68%18.63%-
HSV(B)268.99º96.74%36.08%-
XYZ3.091.4210.24-
YUV26165.25142.26-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 32.62%
GREEN value IS 3 (1.56% from 255) = 2.13%
BLUE value IS 92 (36.33% from 255) = 65.25%
R=32.62%
G=2.13%
B=65.25%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal463920.500.9700.64268.9993.6818.63
Hex2E35C326104010d5e13
Octal56313462141010041513623
Binary101110111011100110010110000101000000100001101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E035C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,3,92); }

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

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

 a { background-color: rgb(46,3,92); }

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

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

 span { border-color: rgb(46,3,92); }

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