#3C2063

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

Shades of Christalle #3C2063

Tints of Christalle #3C2063

Color information

#3C2063 (or 0x3C2063) is unknown color: approx Christalle. HEX triplet: 3C, 20 and 63. RGB value is (60,32,99). Sum of RGB (Red+Green+Blue) = 60+32+99=191 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.41% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 99 (39.06% from 255 or 51.83% from 191); Max value from RGB is 99 - color contains mainly: blue. Hex color #3C2063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2063 is #C3DF9C. Grayscale: #2F2F2F. Windows color (decimal): -12836765 or 6496316. OLE color: 6496316.

HSL color Cylindrical-coordinate representation of color #3C2063: hue angle of 265.07º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C2063 is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB603299-
CMYK0.390.6800.61
HSL265.07º51.15%25.69%-
HSV(B)265.07º67.68%38.82%-
XYZ4.632.8912.12-
YUV48.01156.78136.55-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.41%
GREEN value IS 32 (12.89% from 255) = 16.75%
BLUE value IS 99 (39.06% from 255) = 51.83%
R=31.41%
G=16.75%
B=51.83%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6032990.390.6800.61265.0751.1525.69
Hex3C2063274403D109331a
Octal7440143471040754116332
Binary11110010000011000111001111000100011110110000100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,32,99); }

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

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

 a { background-color: rgb(60,32,99); }

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

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

 span { border-color: rgb(60,32,99); }

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