#3C2057

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

Shades of Christalle #3C2057

Tints of Christalle #3C2057

Color information

#3C2057 (or 0x3C2057) is unknown color: approx Christalle. HEX triplet: 3C, 20 and 57. RGB value is (60,32,87). Sum of RGB (Red+Green+Blue) = 60+32+87=179 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.52% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 87 (34.38% from 255 or 48.60% from 179); Max value from RGB is 87 - color contains mainly: blue. Hex color #3C2057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2057 is #C3DFA8. Grayscale: #2E2E2E. Windows color (decimal): -12836777 or 5709884. OLE color: 5709884.

HSL color Cylindrical-coordinate representation of color #3C2057: hue angle of 270.55º 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 #3C2057 is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB603287-
CMYK0.310.6300.66
HSL270.55º46.22%23.33%-
HSV(B)270.55º63.22%34.12%-
XYZ4.12.689.32-
YUV46.64150.78137.53-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 33.52%
GREEN value IS 32 (12.89% from 255) = 17.88%
BLUE value IS 87 (34.38% from 255) = 48.60%
R=33.52%
G=17.88%
B=48.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6032870.310.6300.66270.5546.2223.33
Hex3C20571F3F04210f2e17
Octal7440127377701024175627
Binary1111001000001010111111111111110100001010000111110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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