#2E165A

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

Shades of Christalle #2E165A

Tints of Christalle #2E165A

Color information

#2E165A (or 0x2E165A) is unknown color: approx Christalle. HEX triplet: 2E, 16 and 5A. RGB value is (46,22,90). Sum of RGB (Red+Green+Blue) = 46+22+90=158 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.11% from 158); Green value is 22 (8.98% from 255 or 13.92% from 158); Blue value is 90 (35.55% from 255 or 56.96% from 158); Max value from RGB is 90 - color contains mainly: blue. Hex color #2E165A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E165A is #D1E9A5. Grayscale: #242424. Windows color (decimal): -13756838 or 5903918. OLE color: 5903918.

HSL color Cylindrical-coordinate representation of color #2E165A: hue angle of 261.18º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E165A is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB462290-
CMYK0.490.7600.65
HSL261.18º60.71%21.96%-
HSV(B)261.18º75.56%35.29%-
XYZ3.261.899.87-
YUV36.93157.95134.47-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 29.11%
GREEN value IS 22 (8.98% from 255) = 13.92%
BLUE value IS 90 (35.55% from 255) = 56.96%
R=29.11%
G=13.92%
B=56.96%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4622900.490.7600.65261.1860.7121.96
Hex2E165A314C0411053d16
Octal56261326111401014057526
Binary10111010110101101011000110011000100000110000010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E165A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,22,90); }

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

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

 a { background-color: rgb(46,22,90); }

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

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

 span { border-color: rgb(46,22,90); }

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