#3B245B

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

Shades of Christalle #3B245B

Tints of Christalle #3B245B

Color information

#3B245B (or 0x3B245B) is unknown color: approx Christalle. HEX triplet: 3B, 24 and 5B. RGB value is (59,36,91). Sum of RGB (Red+Green+Blue) = 59+36+91=186 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.72% from 186); Green value is 36 (14.45% from 255 or 19.35% from 186); Blue value is 91 (35.94% from 255 or 48.92% from 186); Max value from RGB is 91 - color contains mainly: blue. Hex color #3B245B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B245B is #C4DBA4. Grayscale: #303030. Windows color (decimal): -12901285 or 5973051. OLE color: 5973051.

HSL color Cylindrical-coordinate representation of color #3B245B: hue angle of 265.09º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B245B is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB593691-
CMYK0.350.6000.64
HSL265.09º43.31%24.9%-
HSV(B)265.09º60.44%35.69%-
XYZ4.322.9510.24-
YUV49.15151.62135.03-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 31.72%
GREEN value IS 36 (14.45% from 255) = 19.35%
BLUE value IS 91 (35.94% from 255) = 48.92%
R=31.72%
G=19.35%
B=48.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5936910.350.6000.64265.0943.3124.9
Hex3B245B233C0401092b19
Octal7344133437401004115331
Binary11101110010010110111000111111000100000010000100110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B245B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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