#3C2056

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

Shades of Christalle #3C2056

Tints of Christalle #3C2056

Color information

#3C2056 (or 0x3C2056) is unknown color: approx Christalle. HEX triplet: 3C, 20 and 56. RGB value is (60,32,86). Sum of RGB (Red+Green+Blue) = 60+32+86=178 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.71% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 86 (33.98% from 255 or 48.31% from 178); Max value from RGB is 86 - color contains mainly: blue. Hex color #3C2056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2056 is #C3DFA9. Grayscale: #2E2E2E. Windows color (decimal): -12836778 or 5644348. OLE color: 5644348.

HSL color Cylindrical-coordinate representation of color #3C2056: hue angle of 271.11º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3C2056 is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB603286-
CMYK0.300.6300.66
HSL271.11º45.76%23.14%-
HSV(B)271.11º62.79%33.73%-
XYZ4.062.679.1-
YUV46.53150.28137.61-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 33.71%
GREEN value IS 32 (12.89% from 255) = 17.98%
BLUE value IS 86 (33.98% from 255) = 48.31%
R=33.71%
G=17.98%
B=48.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6032860.300.6300.66271.1145.7623.14
Hex3C20561E3F04210f2e17
Octal7440126367701024175627
Binary1111001000001010110111101111110100001010000111110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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