#3B2455

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

Shades of Christalle #3B2455

Tints of Christalle #3B2455

Color information

#3B2455 (or 0x3B2455) is unknown color: approx Christalle. HEX triplet: 3B, 24 and 55. RGB value is (59,36,85). Sum of RGB (Red+Green+Blue) = 59+36+85=180 (23% of max value = 765). Red value is 59 (23.44% from 255 or 32.78% from 180); Green value is 36 (14.45% from 255 or 20% from 180); Blue value is 85 (33.59% from 255 or 47.22% from 180); Max value from RGB is 85 - color contains mainly: blue. Hex color #3B2455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2455 is #C4DBAA. Grayscale: #303030. Windows color (decimal): -12901291 or 5579835. OLE color: 5579835.

HSL color Cylindrical-coordinate representation of color #3B2455: hue angle of 268.16º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B2455 is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB593685-
CMYK0.310.5800.67
HSL268.16º40.5%23.73%-
HSV(B)268.16º57.65%33.33%-
XYZ4.072.858.93-
YUV48.46148.62135.52-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 32.78%
GREEN value IS 36 (14.45% from 255) = 20%
BLUE value IS 85 (33.59% from 255) = 47.22%
R=32.78%
G=20%
B=47.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5936850.310.5800.67268.1640.523.73
Hex3B24551F3A04310c2818
Octal7344125377201034145030
Binary1110111001001010101111111110100100001110000110010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,36,85); }

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

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

 a { background-color: rgb(59,36,85); }

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

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

 span { border-color: rgb(59,36,85); }

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