Html Css Color HEX #2E1364 Christalle

📋 copy color: '#2E1364'

red 46 ◦ green 19 ◦ blue 100

#2E1364
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christalle #2E1364

Tints of Christalle #2E1364

RGB

 RED value IS 46 (18.36% from 255) = 27.88%

 GREEN value IS 19 (7.81% from 255) = 11.52%

 BLUE value IS 100 (39.45% from 255) = 60.61%

R = 27.88%
G = 11.52%
B = 60.61%

CMYK

 C value IS 0.54

 M value IS 0.81

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#2E1364 (or 0x2E1364) is known color: Christalle. HEX triplet: 2E, 13 and 64. RGB value is (46,19,100). Sum of RGB (Red+Green+Blue) = 46+19+100=165 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.88% from 165); Green value is 19 (7.81% from 255 or 11.52% from 165); Blue value is 100 (39.45% from 255 or 60.61% from 165); Max value from RGB is 100 - color contains mainly: blue. Hex color #2E1364 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E1364 is #D1EC9B. Grayscale: #242424. Windows color (decimal): -13757596 or 6558510. OLE color: 6558510.

HSL color Cylindrical-coordinate representation of color #2E1364: hue angle of 260º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E1364 is Cyan = 0.54, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 46 19 100 -
CMYK 0.54 0.81 0 0.61
HSL 260º 0.68% 0.23% -
HSV(B) 260º 0.81% 0.39% -
XYZ 3.66 1.97 12.24 -
YUV 36.31 163.95 134.91 -
System Red Green Blue C M Y K H S L
Decimal 46 19 100 0.54 0.81 0 0.61 260 0.68 0.23
Hex 2E 13 64 36 51 0 3D 104 44 17
Octal 56 23 144 66 121 0 75 404 104 27
Binary 101110 10011 1100100 110110 1010001 0 111101 100000100 1000100 10111

Color Harmonies of #2E1364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1364

Black with #2E1364

Text Example


Text Example

White with #2E1364

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,19,100); }

 H1.HeaderClassName
 {
   color: #2E1364;
 }
 .AnyTagClassName
 {
   color: #2E1364;
 }
</style>

background-color css

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

 a { background-color: rgb(46,19,100); }

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

border-color css

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

 span { border-color: rgb(46,19,100); }

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