#3B295C

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

Shades of Christalle #3B295C

Tints of Christalle #3B295C

Color information

#3B295C (or 0x3B295C) is unknown color: approx Christalle. HEX triplet: 3B, 29 and 5C. RGB value is (59,41,92). Sum of RGB (Red+Green+Blue) = 59+41+92=192 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.73% from 192); Green value is 41 (16.41% from 255 or 21.35% from 192); Blue value is 92 (36.33% from 255 or 47.92% from 192); Max value from RGB is 92 - color contains mainly: blue. Hex color #3B295C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B295C is #C4D6A3. Grayscale: #343434. Windows color (decimal): -12900004 or 6039867. OLE color: 6039867.

HSL color Cylindrical-coordinate representation of color #3B295C: hue angle of 261.18º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3B295C is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB594192-
CMYK0.360.5500.64
HSL261.18º38.35%26.08%-
HSV(B)261.18º55.43%36.08%-
XYZ4.533.2910.52-
YUV52.2150.46132.85-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 30.73%
GREEN value IS 41 (16.41% from 255) = 21.35%
BLUE value IS 92 (36.33% from 255) = 47.92%
R=30.73%
G=21.35%
B=47.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5941920.360.5500.64261.1838.3526.08
Hex3B295C2437040105261a
Octal7351134446701004054632
Binary11101110100110111001001001101110100000010000010110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B295C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B295C; }

 p { color: rgb(59,41,92); }

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

<style>
 a { background-color: #3B295C; }

 a { background-color: rgb(59,41,92); }

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

<style>
 span { border-color: #3B295C; }

 span { border-color: rgb(59,41,92); }

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