#3C235A

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

Shades of Christalle #3C235A

Tints of Christalle #3C235A

Color information

#3C235A (or 0x3C235A) is unknown color: approx Christalle. HEX triplet: 3C, 23 and 5A. RGB value is (60,35,90). Sum of RGB (Red+Green+Blue) = 60+35+90=185 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.43% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 90 (35.55% from 255 or 48.65% from 185); Max value from RGB is 90 - color contains mainly: blue. Hex color #3C235A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C235A is #C3DCA5. Grayscale: #303030. Windows color (decimal): -12836006 or 5907260. OLE color: 5907260.

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

Color convert

RGB603590-
CMYK0.330.6100.65
HSL267.27º44%24.51%-
HSV(B)267.27º61.11%35.29%-
XYZ4.312.910.01-
YUV48.74151.28136.03-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.43%
GREEN value IS 35 (14.06% from 255) = 18.92%
BLUE value IS 90 (35.55% from 255) = 48.65%
R=32.43%
G=18.92%
B=48.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6035900.330.6100.65267.274424.51
Hex3C235A213D04110b2c19
Octal7443132417501014135431
Binary11110010001110110101000011111010100000110000101110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C235A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,35,90); }

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

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

 a { background-color: rgb(60,35,90); }

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

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

 span { border-color: rgb(60,35,90); }

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