#3B2959

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

Shades of Christalle #3B2959

Tints of Christalle #3B2959

Color information

#3B2959 (or 0x3B2959) is unknown color: approx Christalle. HEX triplet: 3B, 29 and 59. RGB value is (59,41,89). Sum of RGB (Red+Green+Blue) = 59+41+89=189 (25% of max value = 765). Red value is 59 (23.44% from 255 or 31.22% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 89 (35.16% from 255 or 47.09% from 189); Max value from RGB is 89 - color contains mainly: blue. Hex color #3B2959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2959 is #C4D6A6. Grayscale: #333333. Windows color (decimal): -12900007 or 5843259. OLE color: 5843259.

HSL color Cylindrical-coordinate representation of color #3B2959: hue angle of 262.5º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3B2959 is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB594189-
CMYK0.340.5400.65
HSL262.5º36.92%25.49%-
HSV(B)262.5º53.93%34.9%-
XYZ4.43.249.84-
YUV51.85148.96133.1-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 31.22%
GREEN value IS 41 (16.41% from 255) = 21.69%
BLUE value IS 89 (35.16% from 255) = 47.09%
R=31.22%
G=21.69%
B=47.09%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5941890.340.5400.65262.536.9225.49
Hex3B295922360411062519
Octal7351131426601014064531
Binary11101110100110110011000101101100100000110000011010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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