#3C285A

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

Shades of Christalle #3C285A

Tints of Christalle #3C285A

Color information

#3C285A (or 0x3C285A) is unknown color: approx Christalle. HEX triplet: 3C, 28 and 5A. RGB value is (60,40,90). Sum of RGB (Red+Green+Blue) = 60+40+90=190 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.58% from 190); Green value is 40 (16.02% from 255 or 21.05% from 190); Blue value is 90 (35.55% from 255 or 47.37% from 190); Max value from RGB is 90 - color contains mainly: blue. Hex color #3C285A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C285A is #C3D7A5. Grayscale: #333333. Windows color (decimal): -12834726 or 5908540. OLE color: 5908540.

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

Color convert

RGB604090-
CMYK0.330.5600.65
HSL264º38.46%25.49%-
HSV(B)264º55.56%35.29%-
XYZ4.473.2210.06-
YUV51.68149.63133.93-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.58%
GREEN value IS 40 (16.02% from 255) = 21.05%
BLUE value IS 90 (35.55% from 255) = 47.37%
R=31.58%
G=21.05%
B=47.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6040900.330.5600.6526438.4625.49
Hex3C285A21380411082619
Octal7450132417001014104631
Binary11110010100010110101000011110000100000110000100010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C285A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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