#3C245D

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

Shades of Christalle #3C245D

Tints of Christalle #3C245D

Color information

#3C245D (or 0x3C245D) is unknown color: approx Christalle. HEX triplet: 3C, 24 and 5D. RGB value is (60,36,93). Sum of RGB (Red+Green+Blue) = 60+36+93=189 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.75% from 189); Green value is 36 (14.45% from 255 or 19.05% from 189); Blue value is 93 (36.72% from 255 or 49.21% from 189); Max value from RGB is 93 - color contains mainly: blue. Hex color #3C245D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C245D is #C3DBA2. Grayscale: #313131. Windows color (decimal): -12835747 or 6104124. OLE color: 6104124.

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

Color convert

RGB603693-
CMYK0.350.6100.64
HSL265.26º44.19%25.29%-
HSV(B)265.26º61.29%36.47%-
XYZ4.473.0110.7-
YUV49.67152.45135.37-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.75%
GREEN value IS 36 (14.45% from 255) = 19.05%
BLUE value IS 93 (36.72% from 255) = 49.21%
R=31.75%
G=19.05%
B=49.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6036930.350.6100.64265.2644.1925.29
Hex3C245D233D0401092c19
Octal7444135437501004115431
Binary11110010010010111011000111111010100000010000100110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C245D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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