#3B295D

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

Shades of Christalle #3B295D

Tints of Christalle #3B295D

Color information

#3B295D (or 0x3B295D) is unknown color: approx Christalle. HEX triplet: 3B, 29 and 5D. RGB value is (59,41,93). Sum of RGB (Red+Green+Blue) = 59+41+93=193 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.57% from 193); Green value is 41 (16.41% from 255 or 21.24% from 193); Blue value is 93 (36.72% from 255 or 48.19% from 193); Max value from RGB is 93 - color contains mainly: blue. Hex color #3B295D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B295D is #C4D6A2. Grayscale: #343434. Windows color (decimal): -12900003 or 6105403. OLE color: 6105403.

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

Color convert

RGB594193-
CMYK0.370.5600.64
HSL260.77º38.81%26.27%-
HSV(B)260.77º55.91%36.47%-
XYZ4.573.3110.75-
YUV52.31150.96132.77-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 30.57%
GREEN value IS 41 (16.41% from 255) = 21.24%
BLUE value IS 93 (36.72% from 255) = 48.19%
R=30.57%
G=21.24%
B=48.19%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5941930.370.5600.64260.7738.8126.27
Hex3B295D2538040105271a
Octal7351135457001004054732
Binary11101110100110111011001011110000100000010000010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B295D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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