#3C245B

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

Shades of Christalle #3C245B

Tints of Christalle #3C245B

Color information

#3C245B (or 0x3C245B) is unknown color: approx Christalle. HEX triplet: 3C, 24 and 5B. RGB value is (60,36,91). Sum of RGB (Red+Green+Blue) = 60+36+91=187 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.09% from 187); Green value is 36 (14.45% from 255 or 19.25% from 187); Blue value is 91 (35.94% from 255 or 48.66% from 187); Max value from RGB is 91 - color contains mainly: blue. Hex color #3C245B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C245B is #C3DBA4. Grayscale: #313131. Windows color (decimal): -12835749 or 5973052. OLE color: 5973052.

HSL color Cylindrical-coordinate representation of color #3C245B: hue angle of 266.18º 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 #3C245B is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB603691-
CMYK0.340.6000.64
HSL266.18º43.31%24.9%-
HSV(B)266.18º60.44%35.69%-
XYZ4.382.9810.24-
YUV49.45151.45135.53-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.09%
GREEN value IS 36 (14.45% from 255) = 19.25%
BLUE value IS 91 (35.94% from 255) = 48.66%
R=32.09%
G=19.25%
B=48.66%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6036910.340.6000.64266.1843.3124.9
Hex3C245B223C04010a2b19
Octal7444133427401004125331
Binary11110010010010110111000101111000100000010000101010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C245B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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